forked from mirrors/LibreTranslate
Update spec version
This commit is contained in:
parent
9d95e07d82
commit
93b711aa74
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ def create_app(args):
|
|||
return jsonify({"success": True})
|
||||
|
||||
swag = swagger(app)
|
||||
swag["info"]["version"] = "1.2.1"
|
||||
swag["info"]["version"] = "1.3.0"
|
||||
swag["info"]["title"] = "LibreTranslate"
|
||||
|
||||
@app.route("/spec")
|
||||
|
|
Loading…
Reference in a new issue