fix: profiles url

This commit is contained in:
starnakin 2023-11-05 18:15:11 +01:00
parent 3a0c41e7f4
commit dc8b64573e

View File

@ -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