This commit is contained in:
Dax Raad
2025-06-03 13:00:27 -04:00
parent e5b06a2d95
commit ec7ab16ce4
3 changed files with 15 additions and 1 deletions

View File

@@ -21,6 +21,13 @@ export namespace Server {
const app = new Hono()
const result = app
.use((c, next) => {
log.info("request", {
method: c.req.method,
path: c.req.path,
})
return next()
})
.get(
"/openapi",
openAPISpecs(app, {