add the NASA Sentry api call to the backend

This commit is contained in:
Jordan Yamada
2024-05-19 05:05:55 +00:00
parent 0de0b25fab
commit 94e3f37f70
21 changed files with 92 additions and 13 deletions

View File

@@ -1,8 +1,7 @@
from django.urls import path
from .views import (
Sentry,
OpenAI,
)
from .views import Sentry, OpenAI
urlpatterns = [
path('sentry/', Sentry.as_view(), name='sentry'),