mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-10 06:42:49 +02:00
feat: export (WIP)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
import apps.export_app.views as views
|
||||
|
||||
urlpatterns = [
|
||||
path("export/", views.export, name="export"),
|
||||
]
|
||||
Reference in New Issue
Block a user