mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore: build
This commit is contained in:
@@ -11,7 +11,7 @@ import { logger } from '../utils/logger';
|
||||
*/
|
||||
@Provide()
|
||||
export class AuthorityMiddleware implements IWebMiddleware {
|
||||
@Config('biz.jwt.secret')
|
||||
@Config('keys')
|
||||
private secret: string;
|
||||
@Inject()
|
||||
webRouterService: MidwayWebRouterService;
|
||||
|
||||
Reference in New Issue
Block a user