serve images via X-Sendfile
This commit is contained in:
parent
27589a09bd
commit
153d79f126
2 changed files with 16 additions and 11 deletions
|
@ -23,5 +23,6 @@ urlpatterns = [
|
|||
path('admin/', admin.site.urls),
|
||||
path('api/1/', include('inventory.api_v1')),
|
||||
path('api/1/', include('files.api_v1')),
|
||||
path('api/1/', include('files.media_v1')),
|
||||
path('api/', get_info),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue