dfc242084e
with docker compose file nextjs something something also includes migrations
9 lines
197 B
Python
9 lines
197 B
Python
from .static import *
|
|
from .api.root import *
|
|
from .api.track import *
|
|
from .api.artist import *
|
|
from .api.user import *
|
|
from .api.album import *
|
|
from .api.profile import *
|
|
from .api.vote import *
|