Skip to content

Commit

Permalink
refactor: API 네이밍 복수로 변경 #8
Browse files Browse the repository at this point in the history
  • Loading branch information
hyohyo12 authored and Miensoap committed Nov 7, 2024
1 parent 0263bc0 commit 4c2f245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/user/user.controller.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Controller } from '@nestjs/common';
import { UserService } from './user.service';

@Controller('user')
@Controller('users')
export class UserController {
constructor(private readonly userService: UserService) {}
}

0 comments on commit 4c2f245

Please sign in to comment.