Compare commits

..

No commits in common. "a3c6e8893f6ac1d2ee82839d3243c620ac909d81" and "e9dcacf3197f2187fd662ddaf1e7269d321db8d3" have entirely different histories.

View file

@ -1,6 +1,6 @@
const gauge_url = "https://api.camp.interhacker.space/api/gauge" const gauge_url = "https://api.camp.interhacker.space/api/gauge"
const fundraising_url = "https://api.camp.interhacker.space/api/fundraising" const fundraising_url = "https://api.camp.interhacker.space/api/fundraising"
const gaugeMax = 200; const gaugeMax = 250;
const fundraisingTotalMax = 20000; const fundraisingTotalMax = 20000;
async function getGauge() { async function getGauge() {