Skip to content

Commit 047274a

Browse files
committed
testing for defects
1 parent 3884835 commit 047274a

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

0 commit comments

Comments
 (0)