mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 02:20:41 +00:00
add the NASA Sentry api call to the backend
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user