Commit 912645a5 authored by 龚子荣's avatar 龚子荣

update

parent 7b1f3ffb
......@@ -5,7 +5,6 @@
import numpy
from flask import Flask
import time
app = Flask(__name__)
......@@ -13,8 +12,7 @@ app = Flask(__name__)
@app.route("/api")
def hello_world(_x, _y):
return {
"app": "numpy_api",
"timestamp": time.time()
"app": "numpy_api"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment