Skip to content

Commit

Permalink
regen package-lock and test to fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic committed Nov 14, 2024
1 parent 3833113 commit 65dc5fa
Show file tree
Hide file tree
Showing 4 changed files with 1,947 additions and 1,513 deletions.
9 changes: 7 additions & 2 deletions canopeum_backend/canopeum_backend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
from django.conf.urls.static import static
from django.contrib import admin
from django.urls import path
from drf_spectacular.views import SpectacularAPIView, SpectacularRedocView, SpectacularSwaggerView
from rest_framework_simplejwt.views import TokenObtainPairView, TokenRefreshView
from drf_spectacular.views import SpectacularAPIView, SpectacularRedocView, SpectacularSwaggerView

from . import views

urlpatterns = [
urlpatterns = [





path("admin/", admin.site.urls),
# Auth
path("auth/login/", views.LoginAPIView.as_view(), name="login"),
Expand Down
6 changes: 5 additions & 1 deletion canopeum_frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ module.exports = {
],
],
},
],




],
// Using Bootraps directly without a React wrapper
// will cause us to have to add classes to React Components
'react/forbid-component-props': 'off',
Expand Down
Loading

0 comments on commit 65dc5fa

Please sign in to comment.