From 33d661d6511433f02db0302642ce67b8f0878623 Mon Sep 17 00:00:00 2001 From: kauan nery <113049473+Kauannery@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:00:44 -0300 Subject: [PATCH] =?UTF-8?q?alter=C3=A7=C3=B5es=2003/06?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/urls.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/api/urls.py b/api/urls.py index cd1757a..6a33b4f 100644 --- a/api/urls.py +++ b/api/urls.py @@ -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'), -] - +] \ No newline at end of file