Skip to content

Commit

Permalink
delete images directory
Browse files Browse the repository at this point in the history
  • Loading branch information
radekm2000 committed Apr 26, 2024
1 parent d11c044 commit 3791013
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
3 changes: 2 additions & 1 deletion server/ecommerce/src/auth/utils/GoogleStrategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export class GoogleStrategy extends PassportStrategy(Strategy, 'google') {
super({
clientID: process.env.CLIENT_ID,
clientSecret: process.env.CLIENT_SECRET,
callbackURL: 'http://localhost:3000/auth/google/redirect',
callbackURL:
'https://exquisite-pasca-338883.netlify.app/auth/google/redirect',
scope: ['profile', 'email'],
} as StrategyOptions);
}
Expand Down
4 changes: 0 additions & 4 deletions server/ecommerce/src/images/images.controller.ts

This file was deleted.

12 changes: 0 additions & 12 deletions server/ecommerce/src/images/images.module.ts

This file was deleted.

4 changes: 0 additions & 4 deletions server/ecommerce/src/images/images.service.ts

This file was deleted.

0 comments on commit 3791013

Please sign in to comment.