added site tracking and updated urls
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ from django.conf import settings
|
||||
from schasite.views import stripe_cancelled, stripe_success, stripe_webhook
|
||||
|
||||
urlpatterns = [
|
||||
path("schasite/", include("schasite.urls")),
|
||||
path("", include("schasite.urls")),
|
||||
path("success/", stripe_success),
|
||||
path("cancelled/", stripe_cancelled),
|
||||
path("webhook/", stripe_webhook),
|
||||
|
||||
Reference in New Issue
Block a user