mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +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' ||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user