diff --git a/codes/urls.py b/codes/urls.py new file mode 100644 index 0000000..2a1a33b --- /dev/null +++ b/codes/urls.py @@ -0,0 +1,10 @@ +from django.urls import path + +from .views import * + +app_name = 'codes' + +urlpatterns = [ + path('certificate/', CertificationAPIView.as_view()), + # path('invite/', ) +] \ No newline at end of file