Skip to content

Commit 28e9b15

Browse files
committed
error 404 for continues intergration
1 parent 57f525c commit 28e9b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
app = Flask(__name__) ;
55

66

7-
@app.route('/')
7+
@app.route('/Path_Test') #this is a random path just for continues testing
88
def home():
99
return jsonify(message="Hello level 400 FET, Quality Assurance!")
1010

0 commit comments

Comments
 (0)