parent
9458cd0cd6
commit
84297af5e4
@ -0,0 +1,7 @@
|
||||
from flask import Flask, jsonify
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
return jsonify({"message": "Thesis Notebook Server is running."})
|
||||
Loading…
Reference in new issue