P5-4836 deploy api to production (new hostname)
This commit is contained in:
@@ -5,7 +5,7 @@ mod = Blueprint("server", __name__)
|
||||
|
||||
@mod.route("/", methods=["GET"])
|
||||
def status():
|
||||
data = {"version": "0.0.1"}
|
||||
data = {"version": "0.0.2"}
|
||||
return jsonify(data)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user