diff --git a/app.js b/app.js index 23b9672..34692f8 100644 --- a/app.js +++ b/app.js @@ -8,7 +8,7 @@ import healthRouter from "./routes/health.js"; import { normalizePort, isProduction, isDevelopment } from "./utils/index.js"; const port = normalizePort(process.env.PORT || "8080"); -const originRegExp = /^(.*\.)?opentargets\.(org|xwz)$/; +const originRegExp = /^(.*\.)?opentargets\.(org|xyz)$/; const app = express();