This commit is contained in:
starnakin 2023-11-03 20:39:52 +01:00
parent a03000891e
commit 80e638072f

View File

@ -1,3 +1,3 @@
accounts_url: str = "/api/accounts/"
accounts_url: str = "api/accounts/"
accounts_login_url: str = accounts_url + "login"
accounts_register_url: str = accounts_url + "register"