Skip to content

Commit

Permalink
Update setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
F1xGOD authored Feb 7, 2024
1 parent 43e89ed commit 5489edb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,12 @@


var actdata = {};
var env = window._env_

//I WILL FIND YOU....

$.getJSON(`https://65c242abf7e6ea59682b0378.mockapi.io/data/data/0`,
$.getJSON(`${env.datasource}`,
function (data) {
actdata=data.json
windows._env_.datasource = "FUCK YOU!"
})

0 comments on commit 5489edb

Please sign in to comment.