remove /api/markdown route

This commit is contained in:
imperosol
2026-09-03 12:03:52 +02:00
parent b5b837498f
commit ff69741c82
2 changed files with 0 additions and 15 deletions
-4
View File
@@ -161,10 +161,6 @@ class UserFilterSchema(FilterSchema):
return value
class MarkdownSchema(Schema):
text: str
class FamilyGodfatherSchema(Schema):
godfather: int
godchild: int