fix: remove api/ prefix from Sprint 4 controllers — global prefix already set
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 33s
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 33s
This commit is contained in:
@@ -7,7 +7,7 @@ import { Repository } from 'typeorm';
|
||||
import { Character } from '../character/entities/character.entity';
|
||||
import { BadRequestException } from '@nestjs/common';
|
||||
|
||||
@Controller('api/achievements')
|
||||
@Controller('achievements')
|
||||
export class AchievementController {
|
||||
constructor(
|
||||
private readonly achievementService: AchievementService,
|
||||
|
||||
Reference in New Issue
Block a user