Merge branch 'master' of https://github.com/Azure/cosmos-explorer into users/jawelton/e2e-test-setup-062626

This commit is contained in:
Jade Welton
2026-07-17 11:05:09 -07:00
4 changed files with 7 additions and 33 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ const app = express();
app.use("/api", api);
app.use("/proxy", proxy);
app.use("/commit", commit);
app.get("/pull/:pr(\\d+)", (req, res) => {
app.get("/pull/:pr", (req, res) => {
const pr = req.params.pr;
if (!/^\d+$/.test(pr)) {
return res.status(400).send("Invalid pull request number");