mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issues with client
This commit is contained in:
@@ -188,10 +188,9 @@ function channel(req, res, next) {
|
||||
embed: false,
|
||||
client:false,
|
||||
}
|
||||
if(subdomain == "client") {
|
||||
if(subdomain[0] == "client") {
|
||||
data.client = true;
|
||||
}
|
||||
|
||||
if(req.params.channel_name == "404") {
|
||||
res.status(404);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user