add a prettier target

This commit is contained in:
idk
2020-11-10 21:48:08 -05:00
parent 9a0daa480d
commit 5fb224fdfa
23 changed files with 729 additions and 627 deletions

View File

@@ -81,8 +81,8 @@ function routerHost(url) {
return 'webmail';
} else if (final.startsWith('MuWire')) {
if (!url.includes('.png')) {
console.log('(urlcheck) MuWire application path', final);
return 'muwire';
console.log('(urlcheck) MuWire application path', final);
return 'muwire';
}
} else if (
final === 'home' ||