Repasser la jauge attendu à 200 personnes
This commit is contained in:
parent
aa404a10ff
commit
78047a8481
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = 250;
|
const gaugeMax = 200;
|
||||||
const fundraisingTotalMax = 20000;
|
const fundraisingTotalMax = 20000;
|
||||||
|
|
||||||
async function getGauge() {
|
async function getGauge() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue