registration link correction

This commit is contained in:
realaravinth
2021-04-09 15:03:50 +05:30
parent 0496c0bdaf
commit 646a92b28f
6 changed files with 263 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ import * as panel from './panel/index';
const router = new Router();
router.register('/', login.index);
router.register('/register', register.index);
router.register('/join', register.index);
router.register('/panel/', panel.index);
router.register('/panel/layout.html/', panel.index);