Skip to content

Commit

Permalink
remove tester from urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aahnik committed Jan 1, 2024
1 parent d26d799 commit 49051b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/temple_web/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# path("online-puja/", include("online_puja.urls")),
path("activity/", include("activities.urls")),
path("accounts/", include("accounts.urls")),
path("tester/", include("tester.urls")),
# path("tester/", include("tester.urls")),
path("users/", include("users.urls")),
path("events/", include("haps.urls")),
path("blog/", include("blog.urls")),
Expand Down

0 comments on commit 49051b3

Please sign in to comment.