feat: clinic doc api
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ dotenv.load_dotenv()
|
||||
DEFAULT_SKIP = 0
|
||||
DEFAULT_PAGE = 1
|
||||
DEFAULT_LIMIT = 10
|
||||
DEFAULT_ORDER_BY = "id"
|
||||
DEFAULT_ORDER = "desc"
|
||||
DEFAULT_ORDER = "id"
|
||||
DEFAULT_ORDER_BY = "desc"
|
||||
|
||||
# jwt
|
||||
JWT_ALGORITHM = os.getenv("JWT_ALGORITHM")
|
||||
|
||||
Reference in New Issue
Block a user