mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 02:20:41 +00:00
Cleaned up proj directory by removing extra proj dir, updated defenses, effects, and main page with new formatting for better appearance
This commit is contained in:
9
backend/api_app/urls.py
Normal file
9
backend/api_app/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
from .views import Sentry, OpenAI
|
||||
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('sentry/', Sentry.as_view(), name='sentry'),
|
||||
path('openai/', OpenAI.as_view(), name='openai'),
|
||||
]
|
||||
Reference in New Issue
Block a user