diff --git a/functions/demo-web/src/main.js b/functions/demo-web/src/main.js index 6d50b6b..3af4cb0 100644 --- a/functions/demo-web/src/main.js +++ b/functions/demo-web/src/main.js @@ -9,7 +9,7 @@ export default async ({ req, res, log, error }) => { return res.send('Hello, World!'); break; - case "test-route": + case "/test-route": return res.send("This is a new route, deployed with Forgejo Actions", 200, { "content-type": "text/html" });