mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix(backend): remove a bad thing that really doesn't work
This commit is contained in:
parent
b85cb50ea2
commit
8d22276f13
@ -394,10 +394,6 @@ class WebServerService extends BaseService {
|
||||
app.options('/*', (_, res) => {
|
||||
return res.sendStatus(200);
|
||||
});
|
||||
|
||||
this.router_user = express.Router();
|
||||
this.router_user.use(auth2);
|
||||
app.use(this.router_user);
|
||||
}
|
||||
|
||||
_register_commands (commands) {
|
||||
|
Loading…
Reference in New Issue
Block a user