This commit is contained in:
parent
02b5394d7a
commit
2dc26d039c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export default async ({ req, res, log, error }) => {
|
||||||
return res.send('Hello, World!');
|
return res.send('Hello, World!');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "test-route":
|
case "/test-route":
|
||||||
return res.send("This is a new route, deployed with Forgejo Actions", 200, {
|
return res.send("This is a new route, deployed with Forgejo Actions", 200, {
|
||||||
"content-type": "text/html"
|
"content-type": "text/html"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue