-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 06acda7.
- Loading branch information
Showing
3 changed files
with
5 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
from django.urls import path | ||
from api import views | ||
from api import views, view_cors | ||
|
||
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'), | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters