mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
sync: add new page
This commit is contained in:
parent
3762037576
commit
6d23369512
@ -385,7 +385,7 @@ router.all('*', async function(req, res, next) {
|
|||||||
else if(subdomain === 'viewer' || subdomain === 'editor' || subdomain === 'about' || subdomain === 'docs' ||
|
else if(subdomain === 'viewer' || subdomain === 'editor' || subdomain === 'about' || subdomain === 'docs' ||
|
||||||
subdomain === 'player' || subdomain === 'pdf' || subdomain === 'code' || subdomain === 'markus' ||
|
subdomain === 'player' || subdomain === 'pdf' || subdomain === 'code' || subdomain === 'markus' ||
|
||||||
subdomain === 'draw' || subdomain === 'camera' || subdomain === 'recorder' ||
|
subdomain === 'draw' || subdomain === 'camera' || subdomain === 'recorder' ||
|
||||||
subdomain === 'dev-center' || subdomain === 'terminal'){
|
subdomain === 'dev-center' || subdomain === 'terminal' || subdomain === 'developer'){
|
||||||
|
|
||||||
let root = PathBuilder
|
let root = PathBuilder
|
||||||
.add(__dirname)
|
.add(__dirname)
|
||||||
|
Loading…
Reference in New Issue
Block a user