fix: profiles url
This commit is contained in:
parent
3a0c41e7f4
commit
dc8b64573e
@ -5,5 +5,5 @@ accounts_login: str = accounts + "login"
|
|||||||
accounts_delete: str = accounts + "delete"
|
accounts_delete: str = accounts + "delete"
|
||||||
accounts_register: str = accounts + "register"
|
accounts_register: str = accounts + "register"
|
||||||
|
|
||||||
profiles: str = "profiles"
|
profiles: str = api + "profiles/"
|
||||||
profiles_page: str = profiles
|
profiles_page: str = profiles
|
Loading…
Reference in New Issue
Block a user