Skip to content
Snippets Groups Projects
Commit 2fb3d2cc authored by L4168's avatar L4168
Browse files

fixed import url

parent e32f2386
No related branches found
No related tags found
3 merge requests!59Development to master,!36Development,!32Game state
......@@ -21,7 +21,7 @@ import {
JoinGameGroupDTO,
} from './faction.dto';
import { FactionService } from './faction.service';
import { Roles } from '../shared/roles.decorator';
import { Roles } from '../shared/guard.decorator';
@Controller('faction')
export class FactionController {
......
......@@ -2,7 +2,7 @@ import { Controller, Post, Body, UsePipes, Get, Param } from '@nestjs/common';
import { TaskService } from './task.service';
import { CreateTaskDTO, EditTaskDTO } from './task.dto';
import { Roles } from '../shared/roles.decorator';
import { Roles } from '../shared/guard.decorator';
import { ValidationPipe } from '../shared/validation.pipe';
import { User } from '../user/user.decorator';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment