mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 17:48:41 +02:00
initial commit
This commit is contained in:
11
app/apps/common/urls.py
Normal file
11
app/apps/common/urls.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path(
|
||||
"toasts/",
|
||||
views.toasts,
|
||||
name="toasts",
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user