diff --git a/api/urls.py b/api/urls.py index ad6ea78..78120eb 100644 --- a/api/urls.py +++ b/api/urls.py @@ -2,6 +2,6 @@ from django.urls import path, include from . import views urlpatterns = [ - path('search/', views.searchAPI), path('', include('sage_stream.api.urls')), + path('search/', views.searchAPI), ] \ No newline at end of file diff --git a/core/templates/base.html b/core/templates/base.html index 5ad9c4d..d9df30b 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -56,14 +56,15 @@