0👍
You might want to set the value of path
as a string
using single quotes:
{
path: '/apples/:oranges',
...
}
Source:stackexchange.com
0👍
You might want to set the value of path
as a string
using single quotes:
{
path: '/apples/:oranges',
...
}