forked from zombieb/galvanic-corrosion-rewrite
roooooms 2
This commit is contained in:
@@ -44,10 +44,10 @@ export async function importer<T>(importKey: string, prefix: string, paths: stri
|
||||
return items;
|
||||
}
|
||||
|
||||
export function createHonoRoute(path: string): RouteImport {
|
||||
export function createHonoRoute(path: string) {
|
||||
const route: RouteImport = {
|
||||
path,
|
||||
app: new Hono<HonoEnv>()
|
||||
}
|
||||
return route
|
||||
return route;
|
||||
}
|
||||
Reference in New Issue
Block a user