mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Fixed API docs generation after server code refactor
This commit is contained in:
@@ -10,9 +10,12 @@ from subprocess import run
|
||||
from typing import Union
|
||||
|
||||
from backend.helpers import folder_path
|
||||
from backend.server import SERVER
|
||||
from frontend.api import (NotificationServiceNotFound, ReminderNotFound,
|
||||
TemplateNotFound)
|
||||
from frontend.input_validation import DataSource, api_docs, api_prefix
|
||||
from frontend.input_validation import DataSource, api_docs
|
||||
|
||||
api_prefix = SERVER.api_prefix
|
||||
|
||||
url_var_map = {
|
||||
'int:n_id': NotificationServiceNotFound,
|
||||
|
||||
Reference in New Issue
Block a user