1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-07-15 22:00:10 +02:00

Update spec version

This commit is contained in:
Piero Toffanin 2021-10-26 16:06:12 -04:00
parent 9d95e07d82
commit 93b711aa74

View File

@ -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")