Remove log
This commit is contained in:
parent
0ee43082de
commit
8fbfce9193
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ 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