mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
code-gen
This commit is contained in:
parent
e86894c0ca
commit
54f8fe32fa
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
|
||||
class AppRoutes:
|
||||
def __init__(self) -> None:
|
||||
self.prefix = '/api'
|
||||
self.prefix = "/api"
|
||||
|
||||
self.users_sign_ups = "/api/users/sign-ups"
|
||||
self.auth_token = "/api/auth/token"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue