Skip to content

Commit 8d22276

Browse files
committed
fix(backend): remove a bad thing that really doesn't work
1 parent b85cb50 commit 8d22276

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/backend/src/services/WebServerService.js

-4
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,6 @@ class WebServerService extends BaseService {
394394
app.options('/*', (_, res) => {
395395
return res.sendStatus(200);
396396
});
397-
398-
this.router_user = express.Router();
399-
this.router_user.use(auth2);
400-
app.use(this.router_user);
401397
}
402398

403399
_register_commands (commands) {

0 commit comments

Comments
 (0)