File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Test coverage] [ codecov-image ]] [ codecov-url ]
6
6
[ ![ Known Vulnerabilities] [ snyk-image ]] [ snyk-url ]
7
7
[ ![ npm download] [ download-image ]] [ download-url ]
8
- [ ![ Node.js Version] ( https://img.shields.io/node/v/eggjs/security.svg?style=flat )] ( https://nodejs.org/en/download/ )
8
+ [ ![ Node.js Version] ( https://img.shields.io/node/v/@ eggjs/security.svg?style=flat )] ( https://nodejs.org/en/download/ )
9
9
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( https://makeapullrequest.com )
10
10
![ CodeRabbit Pull Request Reviews] ( https://img.shields.io/coderabbit/prs/github/eggjs/security )
11
11
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { ILifecycleBoot, EggCore } from '@eggjs/core';
2
2
import { preprocessConfig } from './lib/utils.js' ;
3
3
import { SecurityConfig } from './config/config.default.js' ;
4
4
5
- export default class AgentBoot implements ILifecycleBoot {
5
+ export default class AppBoot implements ILifecycleBoot {
6
6
private readonly app ;
7
7
8
8
constructor ( app : EggCore ) {
You can’t perform that action at this time.
0 commit comments