mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Fixed rewrite config.
This commit is contained in:
parent
fcf51d9727
commit
cb55cec342
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ const rewrites = [];
|
|||
|
||||
if (process.env.COLLECT_API_ENDPOINT) {
|
||||
rewrites.push({
|
||||
source: 'process.env.COLLECT_API_ENDPOINT',
|
||||
destination: '/api/in',
|
||||
source: process.env.COLLECT_API_ENDPOINT,
|
||||
destination: '/api/send',
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue