Log
This commit is contained in:
parent
bb4a9e4382
commit
46c9ed00d6
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ const app = new Hono();
|
|||
app.use(logger());
|
||||
|
||||
app.use("*", async (c, next) => {
|
||||
console.log({ config });
|
||||
const corsMiddleware = cors({
|
||||
origin: config.CORS_ORIGIN,
|
||||
allowHeaders: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue