Merge branch 'copy-view' into 'main'
убираем слеш из запроса See merge request frontend/squzanswerer!3
This commit is contained in:
commit
db033fd3d3
@ -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