Merge branch 'copy-view' into 'main'

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

See merge request frontend/squzanswerer!3
This commit is contained in:
Nastya 2023-12-18 00:23:45 +00:00
commit db033fd3d3

@ -14,7 +14,7 @@ import { useGetSettings } from "../../utils/hooks/useGetSettings";
const QID =
process.env.NODE_ENV === "production" ?
window.location.pathname
window.location.pathname.replace(/\//g, '')
:
"c1ee11d2-ed5a-47d1-b500-bda6fd442114"