Added a weird little chat for shits and giggles
This commit is contained in:
5
routes/api/ping.ts
Normal file
5
routes/api/ping.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { FreshContext } from "$fresh/server.ts";
|
||||
|
||||
export const handler = (_req: Request, _ctx: FreshContext): Response => {
|
||||
return new Response("pong");
|
||||
};
|
Reference in New Issue
Block a user