Return 3.0 from the online thingy

master
Salvo 'LtWorf' Tomaselli 2020-08-12 21:25:30 +07:00
parent 11cff7c8a7
commit 07f82d2567
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 1 additions and 1 deletions

@ -12,7 +12,7 @@ def m(request, *args, **kwargs):
@application.route("/version/<id>")
def show_version(request, *args, **kwargs):
if kwargs["id"] == "relational":
return "2.6"
return "3.0"
return "No version"
@application.route('/feedback/<id>')