We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760a59b commit ceedb5cCopy full SHA for ceedb5c
examples/rest-express-typescript/src/index.ts
@@ -66,7 +66,6 @@ const controller = app.createOperationController({
66
context: {},
67
});
68
const accountsServer = controller.injector.get(AccountsServer);
69
-expressApp.use(accountsExpress(accountsServer));
70
71
accountsServer.on(ServerHooks.ValidateLogin, ({ user }) => {
72
// This hook is called every time a user try to login.
0 commit comments