Skip to content

Commit 8333c33

Browse files
committed
migrate
1 parent 3256ba1 commit 8333c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cts/testServer/benchmark.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function addRoutes(app: Express): void {
5252
}),
5353
);
5454

55-
app.post('/1/indexes/*/queries', (req, res) => {
55+
app.post('/1/indexes/\\*/queries', (req, res) => {
5656
const lang = req.body.requests[0].indexName.replace('cts_e2e_benchmark_search_', '');
5757
if (!benchmarkStatus[lang]) {
5858
benchmarkStatus[lang] = { requestTimes: [] };

0 commit comments

Comments
 (0)