feat: refactor db calls to url service

This commit is contained in:
2025-07-23 02:58:46 +00:00
parent e72aad0582
commit e735f63b47
15 changed files with 88 additions and 54 deletions

8
app/exceptions.py Normal file
View File

@@ -0,0 +1,8 @@
class ShortcodeConflict(Exception):
pass
class ShortcodeNotFound(Exception):
pass
class InvalidShortcode(Exception):
pass