Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/cf41e988eb6d6276823c9afc70c4a295af2a0097?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix error with no map

pull/192/head^2
Ben Phelps 3 years ago
parent d7a161c088
commit cf41e988eb

@ -24,7 +24,7 @@ export default async function genericProxyHandler(req, res, maps) {
});
let resultData = data;
if (maps[endpoint]) {
if (maps?.[endpoint]) {
resultData = maps[endpoint](data);
}

Loading…
Cancel
Save