Skip to content

Commit 3f8d909

Browse files
committed
oops
1 parent 4d2e133 commit 3f8d909

File tree

1 file changed

+2
-0
lines changed
  • chord_metadata_service/restapi

1 file changed

+2
-0
lines changed

chord_metadata_service/restapi/urls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
from django.urls import path, include
2+
from django.conf import settings
3+
from django.conf.urls.static import static
24
from rest_framework import routers
35

46
from chord_metadata_service.chord import api_views as chord_views

0 commit comments

Comments
 (0)