Return 3.0 from the online thingy
This commit is contained in:
parent
11cff7c8a7
commit
07f82d2567
@ -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>')
|
||||
|
Loading…
Reference in New Issue
Block a user