We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f525c commit 28e9b15Copy full SHA for 28e9b15
app.py
@@ -4,7 +4,7 @@
4
app = Flask(__name__) ;
5
6
7
-@app.route('/')
+@app.route('/Path_Test') #this is a random path just for continues testing
8
def home():
9
return jsonify(message="Hello level 400 FET, Quality Assurance!")
10
0 commit comments