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 56154f3 commit 4144281Copy full SHA for 4144281
src/handlers/handleIngressAPI.ts
@@ -14,7 +14,7 @@ import { Backend } from 'fastly:backend'
14
15
async function makeIngressRequest(receivedRequest: Request, env: IntegrationEnv) {
16
if (!isProxySecretSet) {
17
- console.log("PROXY_SECRET is not set in the integration's Secret store, your integration is not working correctly")
+ console.log("PROXY_SECRET is not set in the integration's Secret store, your integration is not working correctly.")
18
}
19
const url = new URL(receivedRequest.url)
20
url.pathname = ''
0 commit comments