gulag-web icon indicating copy to clipboard operation
gulag-web copied to clipboard

Player count in dashboard.js fix

Open def750 opened this issue 3 years ago • 0 comments

Api request was sent to wrong address, i fixed it.

Note! There is subdomain bug which sends api request to subdomain.domain and as we know gulag web on osu subdomain is blocking api requests (I dunno why) and any other subdomain will route api request to subdomain.domain. So it needs fix, I did it by simply adding .replace('www', 'osu') but thats not the best solution as everything matching www is replaced + not everyone uses www subdomain.

def750 avatar Apr 18 '21 12:04 def750