feat: ruff'ed
This commit is contained in:
+2
-4
@@ -2,9 +2,7 @@ from django.urls import path
|
||||
|
||||
from shop.views import webhook
|
||||
|
||||
app_name = "shop"
|
||||
app_name = 'shop'
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("order/<str:uuid>/webhook/", webhook, name="webhook"),
|
||||
]
|
||||
urlpatterns = [path('order/<str:uuid>/webhook/', webhook, name='webhook')]
|
||||
|
||||
Reference in New Issue
Block a user