mirror of
https://github.com/certd/certd.git
synced 2026-07-08 21:57:36 +08:00
chore: project controller ok
This commit is contained in:
@@ -14,7 +14,6 @@ export class DnsProviderController extends BaseController {
|
||||
|
||||
@Post('/list', { summary: Constants.per.authOnly })
|
||||
async list(@Query(ALL) query: any) {
|
||||
query.userId = this.getUserId();
|
||||
const list = this.service.getList();
|
||||
return this.ok(list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user