Close dialog on status change
This commit is contained in:
@@ -9,8 +9,8 @@ import { requestIdMiddleware } from './lib/http/request-id';
|
||||
export function createApp() {
|
||||
const app = new Hono<AppEnv>();
|
||||
|
||||
app.use('*', requestIdMiddleware)
|
||||
app.use('*', errorHandler)
|
||||
app.use('*', requestIdMiddleware);
|
||||
app.use('*', errorHandler);
|
||||
|
||||
const allowedOrigins = (Bun.env.CORS_ORIGIN ?? 'http://localhost:5173,http://127.0.0.1:5173')
|
||||
.split(',')
|
||||
|
||||
Reference in New Issue
Block a user