убираем слеш из запроса

This commit is contained in:
Nastya 2023-12-18 03:23:03 +03:00
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"