mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-09 14:25:25 +02:00
initial commit
This commit is contained in:
@@ -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