Skip to content

Commit 0ec5f48

Browse files
committed
Change route path
1 parent f45d455 commit 0ec5f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/chalicelib/route/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
index_api = chalice.app.Blueprint(__name__)
44

55

6-
@index_api.route("/", methods=["GET"])
6+
@index_api.route("/service", methods=["GET"])
77
def index() -> dict[str, str]:
88
return {"service": "notico"}
99

0 commit comments

Comments
 (0)