generated from bisco/codex-bootstrap
feat: add check-in REST API
This commit is contained in:
9
backend/checkins/urls.py
Normal file
9
backend/checkins/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("check-ins/preview/", views.check_in_preview, name="api-check-in-preview"),
|
||||
path("check-ins/confirm/", views.check_in_confirm, name="api-check-in-confirm"),
|
||||
]
|
||||
Reference in New Issue
Block a user