mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-29 12:50:59 +00:00
fix: type error in puter-site
This commit is contained in:
@@ -117,7 +117,7 @@ class PuterSiteMiddleware extends AdvancedBase {
|
||||
}
|
||||
|
||||
if ( ! subdomain_root_path || subdomain_root_path === '/' ) {
|
||||
throw new APIError.create('forbidden');
|
||||
throw APIError.create('forbidden');
|
||||
}
|
||||
|
||||
const filepath = subdomain_root_path + decodeURIComponent(
|
||||
|
||||
Reference in New Issue
Block a user