File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,13 +212,13 @@ export default {
212212 async changeVisibility (changeField , val ) {
213213 if (changeField == " TIMER_TIME" || changeField == " SPONSORS_INPUT_TIME" ) {
214214 if (window .confirm (" Pokušavate promijeniti jedno od VREMENA, jeste li sigurni?" )) {
215- await api .put (process . env . VUE_APP_BASE_URL + ' /visibility/' + changeField + ' /' ,
215+ await api .put (' /visibility/' + changeField + ' /' ,
216216 { visible: val },
217217 )
218218 await store .dispatch (" fetchVisibilityData" )
219219 }
220220 } else {
221- await api .put (process . env . VUE_APP_BASE_URL + ' /visibility/' + changeField + ' /' ,
221+ await api .put (' /visibility/' + changeField + ' /' ,
222222 { visible: val },
223223 )
224224 await store .dispatch (" fetchVisibilityData" )
You can’t perform that action at this time.
0 commit comments