Fixed rewrite config.

pull/1841/head
Mike Cao 2023-03-08 16:48:44 -08:00
parent fcf51d9727
commit cb55cec342
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ const rewrites = [];
if (process.env.COLLECT_API_ENDPOINT) { if (process.env.COLLECT_API_ENDPOINT) {
rewrites.push({ rewrites.push({
source: 'process.env.COLLECT_API_ENDPOINT', source: process.env.COLLECT_API_ENDPOINT,
destination: '/api/in', destination: '/api/send',
}); });
} }