mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 23:59:35 +05:00
feat: mod pack download
This commit is contained in:
parent
c01fc7bd5a
commit
56569917c1
8 changed files with 346 additions and 15 deletions
|
@ -2,6 +2,8 @@ from flask import Blueprint
|
|||
|
||||
apiPack = Blueprint("pack", __name__, url_prefix="/api/pack")
|
||||
apiPacks = Blueprint("packs", __name__, url_prefix="/api/packs")
|
||||
apiDownload = Blueprint("download", __name__, url_prefix="/api/download")
|
||||
|
||||
from . import pack
|
||||
from . import packs
|
||||
from . import download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue