[feat] add user and add event
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
|
||||
from api.events.views import CreateEventView
|
||||
|
||||
app_name = "events"
|
||||
|
||||
urlpatterns = [
|
||||
path("create/", CreateEventView.as_view(), name="create"),
|
||||
]
|
||||
Reference in New Issue
Block a user