We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45d455 commit 0ec5f48Copy full SHA for 0ec5f48
runtime/chalicelib/route/index.py
@@ -3,7 +3,7 @@
3
index_api = chalice.app.Blueprint(__name__)
4
5
6
-@index_api.route("/", methods=["GET"])
+@index_api.route("/service", methods=["GET"])
7
def index() -> dict[str, str]:
8
return {"service": "notico"}
9
0 commit comments