убираем слеш из запроса
This commit is contained in:
parent
4482aabda1
commit
a8a8a6df09
@ -14,7 +14,7 @@ import { useGetSettings } from "../../utils/hooks/useGetSettings";
|
|||||||
|
|
||||||
const QID =
|
const QID =
|
||||||
process.env.NODE_ENV === "production" ?
|
process.env.NODE_ENV === "production" ?
|
||||||
window.location.pathname
|
window.location.pathname.replace(/\//g, '')
|
||||||
:
|
:
|
||||||
"c1ee11d2-ed5a-47d1-b500-bda6fd442114"
|
"c1ee11d2-ed5a-47d1-b500-bda6fd442114"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user