Skip to content

Commit

Permalink
fix url typo (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
carcruz authored Jun 27, 2023
1 parent fa44794 commit 108b451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 108b451

Please sign in to comment.