mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-26 07:57:10 +00:00
Remove console log
This commit is contained in:
@@ -290,7 +290,6 @@ class WebServerService extends BaseService {
|
||||
if ( req.path === '/signup' || req.path === '/login' ) {
|
||||
res.setHeader('Access-Control-Allow-Origin', origin ?? '*');
|
||||
}
|
||||
console.log('subdomains', req.subdomains);
|
||||
// Website(s) to allow to connect
|
||||
if ( req.subdomains[req.subdomains.length-1] === 'api' ) {
|
||||
res.setHeader('Access-Control-Allow-Origin', origin ?? '*');
|
||||
|
||||
Reference in New Issue
Block a user