Skip to content

Commit d5eeb0e

Browse files
committed
functions
1 parent 01740fd commit d5eeb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labapp/app/app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def manip1():
313313
return jsonify(status='fail', error=str(e))
314314

315315
@app.route('/_manip2')
316-
def manip1():
316+
def manip2():
317317
"""Second Manip Test"""
318318
try:
319319
s = requests.Session()
@@ -330,7 +330,7 @@ def manip1():
330330
return jsonify(status='fail', error=str(e))
331331

332332
@app.route('/_manip3')
333-
def manip2():
333+
def manip3():
334334
"""Third Manip Test"""
335335
try:
336336
s = requests.Session()

0 commit comments

Comments
 (0)