Skip to content

Commit d805b11

Browse files
committed
error 404 checking intergration test for this issue
1 parent 047274a commit d805b11

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('/project')
88
def home():
99
return jsonify(message="Hello level 400 FET, Quality Assurance!")
1010

0 commit comments

Comments
 (0)