Signed-off-by: binren <zhangbr@elab-plus.com>
@@ -97,6 +97,12 @@ def update_data():
return '!!!score update finished!!!'
+@app.route('/people', methods=['GET', 'POST'])
+def people():
+ mvp = Mvp()
+ return mvp.people()
+
if __name__ == '__main__':
app.run(
host='0.0.0.0',