start of it
This commit is contained in:
5
apps/processor/src/domains/mobile/router.ts
Normal file
5
apps/processor/src/domains/mobile/router.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Hono } from "hono";
|
||||
|
||||
const mobileRouter = new Hono().get("/", async (c) => {
|
||||
return c.json({ message: "" });
|
||||
});
|
||||
Reference in New Issue
Block a user