Skip to content

Commit

Permalink
chore: authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Feb 8, 2022
1 parent dc3b35a commit 7e3f466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/v1/meiling/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function sessionRequiredPlugin(app: FastifyInstance, opts: FastifyPluginOptions,
app.register(userPlugin, { prefix: '/users' });
app.register(appsPlugin, { prefix: '/apps' });

app.register(meilingV1SessionAuthnPlugin, { prefix: '/authorization' });
app.register(meilingV1SessionAuthnPlugin, { prefix: '/authn' });

done();
}
Expand Down

0 comments on commit 7e3f466

Please sign in to comment.