Private
Public Access
1
0

some connection with the lisp server, commit 2

This commit is contained in:
2025-05-07 20:50:59 +02:00
parent 237e52f9ab
commit e24b2f0d4a
6 changed files with 78 additions and 38 deletions

View File

@@ -1111,5 +1111,7 @@ urlpatterns = [
name="braintree_webhook_view"),
re_path(r'^nextweekplan/$', views.nextweekplan_view,
name='nextweekplan_view'),
re_path(r'^currentweekplan/$', views.currentweekplan_view,
name='currentweekplan_view'),
]