mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-01 01:18:10 +02:00
docs(fix): add missing commas
This commit is contained in:
parent
adec5aa25c
commit
29ed242df6
@ -147,8 +147,8 @@ module.exports = {
|
|||||||
from: '/toggle_variants',
|
from: '/toggle_variants',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
to: '/integrations'
|
to: '/integrations',
|
||||||
from: '/integrations/integrations'
|
from: '/integrations/integrations',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
createRedirects: function(toPath) {
|
createRedirects: function(toPath) {
|
||||||
|
Loading…
Reference in New Issue
Block a user