sync: add new page

This commit is contained in:
KernelDeimos 2024-10-14 12:17:42 -04:00
parent 3762037576
commit 6d23369512

View File

@ -385,7 +385,7 @@ router.all('*', async function(req, res, next) {
else if(subdomain === 'viewer' || subdomain === 'editor' || subdomain === 'about' || subdomain === 'docs' ||
subdomain === 'player' || subdomain === 'pdf' || subdomain === 'code' || subdomain === 'markus' ||
subdomain === 'draw' || subdomain === 'camera' || subdomain === 'recorder' ||
subdomain === 'dev-center' || subdomain === 'terminal'){
subdomain === 'dev-center' || subdomain === 'terminal' || subdomain === 'developer'){
let root = PathBuilder
.add(__dirname)