Skip to content

Commit d9c1826

Browse files
committed
Changement de la route
Passage de test en echo.
1 parent 17d85ea commit d9c1826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def handler_static(o, arguments):
2525
# def hello(**kwargs):
2626
# return "Bonjour {name}"
2727

28-
@route("/test",["GET"])
28+
@route("/echo",["GET"])
2929
def test(**kwargs):
3030
print kwargs
3131
return {"content":"Test","code":200,"Content-type":"text-plain"}

0 commit comments

Comments
 (0)