Skip to content

Commit

Permalink
alterções 03/06
Browse files Browse the repository at this point in the history
  • Loading branch information
Kauannery committed Jun 3, 2024
1 parent 9ddbccd commit 33d661d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions api/urls.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
from django.urls import path
from api import views, view_cors
from api import views

urlpatterns = [
path('v1/calendar/init/', views.calendar_init_view, name='calendar_init'),
# path('v1/calendar/flow/', views.calendar_flow_view, name='calendar_flow'),
path('v1/calendar/token/', views.calendar_token, name='calendar_token'),
path('v1/cors/test', view_cors.cors_test, name='cors_test'),
]

]

0 comments on commit 33d661d

Please sign in to comment.