Be explicit about subdomain_ and maindomain_ urls in plugins

This commit is contained in:
Raphael Michel
2016-03-24 12:57:19 +01:00
parent b2f703ffc0
commit 89f0c5e461
8 changed files with 12 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
from django.conf.urls import include, url
from .views import webhook
urlpatterns = [
url(r'^stripe/', include([
url(r'^webhook/$', webhook, name='webhook'),
])),
]