Removed 'api' from url
This commit is contained in:
parent
93b0ca4941
commit
cb1a866511
2 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ router.register(r'fingerprint', views.FingerprintView, 'fingerprint')
|
|||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('api/', include(router.urls)),
|
||||
path('', include(router.urls)),
|
||||
]
|
||||
|
|
|
|||
BIN
backend/requirements.txt
Normal file
BIN
backend/requirements.txt
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue