-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
How about adding Jetpath to the bench?
// in your src/index.routes.js
import { JetPath } from "jetpath";
const app = new JetPath({
port: 8080,
});
//? listening for requests
app.listen();
// = /
export async function GET_(ctx: AppCTX) {
ctx.send("hello world!");
}
FridayCandour
Metadata
Metadata
Assignees
Labels
No labels