forked from zombieb/galvanic-corrosion-rewrite
b
This commit is contained in:
7
src/routes/match/root.ts
Normal file
7
src/routes/match/root.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createHonoRoute, routeImporter } from "../../util/import.ts";
|
||||
|
||||
export const route = createHonoRoute('/match');
|
||||
|
||||
await routeImporter(route.app, 'src/routes/match/', [
|
||||
'routes'
|
||||
]);
|
||||
Reference in New Issue
Block a user