Skip to content
Snippets Groups Projects
Commit 3b867015 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion ♻️
Browse files

reorganize API for catalog

parent 51720f4c
No related branches found
No related tags found
1 merge request!7Resolve "Reorganize backend architecture"
Pipeline #13517 passed
from django.contrib import admin
from django.urls import include, path
urlpatterns = [
path('auth/', include('metagenedb.api.accounts.urls')),
path('catalog/', include('metagenedb.apps.catalog.urls'))
]
\ No newline at end of file
path('catalog/', include('metagenedb.api.catalog.urls'))
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment