diff --git a/back/src/auth/auth.service.ts b/back/src/auth/auth.service.ts index 627b2de..b65e526 100644 --- a/back/src/auth/auth.service.ts +++ b/back/src/auth/auth.service.ts @@ -14,10 +14,8 @@ export class AuthService { ) {} validateApiKey(apikey: string): boolean { - console.log("wow"); if (process.env.API_KEYS == null) return false; const keys = process.env.API_KEYS.split(','); - console.log(keys); return keys.includes(apikey); } diff --git a/front/.gitignore b/front/.gitignore index 05647d5..4be1402 100644 --- a/front/.gitignore +++ b/front/.gitignore @@ -3,6 +3,8 @@ # dependencies node_modules/ +.idea/ + # Expo .expo/ dist/