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 17e3540
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 23 deletions.
2 changes: 0 additions & 2 deletions server/ecommerce/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { AuthModule } from './auth/auth.module';
import { TypeOrmModule } from '@nestjs/typeorm';
import { config } from '../ormconfig';
import { ProductsModule } from './products/products.module';
import { ImagesModule } from './images/images.module';
import { FollowersModule } from './followers/followers.module';
import { ConversationsModule } from './conversations/conversations.module';
import { MessagesModule } from './messages/messages.module';
Expand All @@ -25,7 +24,6 @@ import { FeedbacksModule } from './feedbacks/feedbacks.module';
AuthModule,
TypeOrmModule.forRoot(config),
ProductsModule,
ImagesModule,
FollowersModule,
ConversationsModule,
MessagesModule,
Expand Down
2 changes: 1 addition & 1 deletion server/ecommerce/src/auth/utils/GoogleStrategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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://ecommerce-123.onrender.com/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 17e3540

Please sign in to comment.