diff --git a/infrastructure/urls.py b/infrastructure/urls.py index bfa591b..28bcb45 100644 --- a/infrastructure/urls.py +++ b/infrastructure/urls.py @@ -45,6 +45,10 @@ def account_url(path: str = "/") -> str: return app_url("account", path) +def artdag_url(path: str = "/") -> str: + return app_url("artdag", path) + + def page_cart_url(page_slug: str, path: str = "/") -> str: if not path.startswith("/"): path = "/" + path