We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd7729 commit 02d5c38Copy full SHA for 02d5c38
scripts/cts/testServer/apiKey.ts
@@ -5,6 +5,7 @@ import type { Express, Request, Response } from 'express';
5
6
import { setupServer } from '.';
7
8
+// Checks that the client sends a different API key after the first request.
9
function addRoutes(app: Express): void {
10
app.get('/check-api-key/1', (req: Request, res: Response) => {
11
const headerName = 'x-algolia-api-key';
0 commit comments