remove log success
This commit is contained in:
parent
ad9a7dcbb6
commit
20c6c412b8
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export async function handleInternalAuth(request: express.Request) {
|
|||
throw new HttpError(HttpStatus.UNAUTHORIZED, "Invalid API Key");
|
||||
}
|
||||
|
||||
console.log(`[InternalAuth] Authentication successful`);
|
||||
// console.log(`[InternalAuth] Authentication successful`);
|
||||
|
||||
return {
|
||||
sub: "internal_service",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue