mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-13 03:32:18 -04:00
get schema values dynamically
This commit is contained in:
parent
d6001d0f25
commit
37469e3e08
2 changed files with 18 additions and 10 deletions
|
@ -15,8 +15,8 @@ from flasgger import swag_from
|
|||
from matweb import file_removal_scheduler, utils
|
||||
|
||||
|
||||
api_bp = Blueprint('api_bp', __name__, url_prefix='/api/')
|
||||
api = Api(api_bp)
|
||||
api_bp = Blueprint('api_bp', __name__)
|
||||
api = Api(api_bp, prefix='/api')
|
||||
|
||||
|
||||
class APIUpload(Resource):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue