Chore : remove json from back
release-tag / release-image (push) Failing after 15s

This commit is contained in:
2024-08-01 23:13:06 +02:00
parent 750a4f037c
commit e13d12b12f
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { Controller, Put } from '@nestjs/common';
import { Controller } from '@nestjs/common';
import { AppService } from './app.service';
import { ApiOperation, ApiTags } from '@nestjs/swagger';
import { ApiTags } from '@nestjs/swagger';
@ApiTags('admin')
@Controller()
-2
View File
@@ -5,8 +5,6 @@ import { AppController } from './app.controller';
import { AppService } from './app.service';
import { GamesModule } from './games/games.module';
import { UsersModule } from './users/users.module';
import { CardsService } from './cards/cards.service';
import { CardsModule } from './cards/cards.module';
import { EventEmitterModule } from '@nestjs/event-emitter';
@Module({