Skip to content

Commit

Permalink
feat: use frontend as experience use it
Browse files Browse the repository at this point in the history
This would be considered in future of the need of a refactor,
but by the moment is better to have the templates views that use react
with the same shape.
  • Loading branch information
johanseto committed Jun 30, 2023
1 parent 36b5ef4 commit 7ebb1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eox_nelp/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
include('eox_nelp.course_experience.frontend.urls', namespace='course-experience-frontend'),
),
path('api/stats/', include('eox_nelp.stats.api.urls', namespace='stats-api')),
path('stats/', include('eox_nelp.stats.urls', namespace='stats')),
path('frontend/stats/', include('eox_nelp.stats.urls', namespace='stats')),
]

0 comments on commit 7ebb1cc

Please sign in to comment.