mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
fix redirect
This commit is contained in:
parent
2ef82385e2
commit
9b60a9d322
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/api/collect",
|
||||
"destination": "/api/coll3ct"
|
||||
"source": "/api/coll3ct",
|
||||
"destination": "/api/collect"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue