mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Update index.ts
This commit is contained in:
@@ -6,7 +6,7 @@ Bun.serve({
|
||||
if (url.pathname === "/") return new Response("Home page!");
|
||||
if (url.pathname === "/blog") return new Response("Blog!");
|
||||
if (url.pathname === "/about") return new Response("About!");
|
||||
if (url.pathname === "/x") return new Response("k");
|
||||
if (url.pathname === "/x") return new Response("a");
|
||||
return new Response("404!");
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user