no message
This commit is contained in:
parent
b6f72e879c
commit
5ef484dce4
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export class ApiKeyController extends Controller {
|
||||||
apiKey.createdAt = new Date();
|
apiKey.createdAt = new Date();
|
||||||
apiKey.lastUpdatedAt = new Date();
|
apiKey.lastUpdatedAt = new Date();
|
||||||
await this.apiKeyRepository.save(apiKey);
|
await this.apiKeyRepository.save(apiKey);
|
||||||
return new HttpSuccess();
|
return new HttpSuccess(apiKey.keyApi);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue