a mini social media app for small communities

maybe fix?

Changed files
+1 -1
src
webapp
+1 -1
src/webapp/api.v
··· 26 26 token := ctx.form['h-captcha-response'] 27 27 response := http.post('https://api.hcaptcha.com/siteverify', '{ 28 28 "secret": "${app.config.hcaptcha.secret}", 29 - "remoteip": "${ctx.ip()}", 29 + // "remoteip": "${ctx.ip()}", 30 30 "response": "${token}" 31 31 }') or { 32 32 ctx.error('failed to post hcaptcha response: ${err}')