fix(app): remove legacy and scoped namespace alias
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { OpenAPIHono } from "@hono/zod-openapi";
|
||||
|
||||
import { articlesRouter } from "@/rest/routers/articles";
|
||||
import { articlesRouter } from "#api/rest/routers/articles";
|
||||
|
||||
const routers = new OpenAPIHono();
|
||||
const routers: OpenAPIHono = new OpenAPIHono();
|
||||
|
||||
routers.route("/articles", articlesRouter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user