Skip to content

Commit

Permalink
Merge pull request #50 from speakout-group/sponsors-api
Browse files Browse the repository at this point in the history
Sponsors api
  • Loading branch information
guiseek authored Nov 20, 2021
2 parents 0ecebf9 + b6fdc7d commit 4e0cbb6
Show file tree
Hide file tree
Showing 54 changed files with 513 additions and 2,450 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/features/auth/controller/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { LoginDto } from '../dto/login.dto';
import { ApiTags } from '@nestjs/swagger';

@Controller('auth')
@ApiTags('conf')
@ApiTags('auth')
export class AuthController {
constructor(
private authService: AuthService,
Expand Down
30 changes: 0 additions & 30 deletions apps/api/src/features/conf/conf.module.ts

This file was deleted.

117 changes: 0 additions & 117 deletions apps/api/src/features/conf/controller/conf.controller.ts

This file was deleted.

57 changes: 0 additions & 57 deletions apps/api/src/features/conf/dto/conf.dto.ts

This file was deleted.

47 changes: 0 additions & 47 deletions apps/api/src/features/conf/gateway/conf.gateway.ts

This file was deleted.

105 changes: 0 additions & 105 deletions apps/api/src/features/conf/schema/conf.schema.ts

This file was deleted.

Loading

0 comments on commit 4e0cbb6

Please sign in to comment.