Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/5d1d4a402e7c45fab7d6c3ce793ff09f1fd156d2 You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat: migrated files to new backend directory

pull/243/head
Josh Moore 2 years ago
parent 2c57a1d80d
commit 5d1d4a402e

@ -1,8 +0,0 @@
import { Router, json as BodyParserJson } from 'express';
import { log } from '../log';
const router = Router({ caseSensitive: true });
router.get('/', (req, res) => res.render('setup'));
export { router };
Loading…
Cancel
Save