diff --git a/src/urls.py b/src/urls.py index ccc4b4d..379524a 100644 --- a/src/urls.py +++ b/src/urls.py @@ -1,3 +1,4 @@ -accounts_url: str = "api/accounts/" -accounts_login_url: str = accounts_url + "login" -accounts_register_url: str = accounts_url + "register" \ No newline at end of file +accounts: str = "api/accounts/" +accounts_login: str = accounts + "login" +accounts_delete: str = accounts + "delete" +accounts_register: str = accounts + "register" \ No newline at end of file