sintonia/api/libretime_api/storage/views/__init__.py
jo f7bb6e7592 feat: move storage path setting to configuration file
- change default storage path to /srv/libretime
- remove music dirs table
- use /tmp for testing storage
- storage dir should always have a trailing slash
2022-06-08 23:23:08 +02:00

3 lines
112 B
Python

from .cloud_file import CloudFileViewSet
from .file import FileViewSet
from .track_type import TrackTypeViewSet