Skip to content

Commit 360d879

Browse files
committed
The error has been connected
1 parent d805b11 commit 360d879

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

0 commit comments

Comments
 (0)