spug/spug_api/apps/deploy/urls.py

8 lines
115 B
Python

from django.urls import path
from .views import *
urlpatterns = [
path('request/', RequestView.as_view()),
]