Skip to content

Commit

Permalink
fix: typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
ballade0d committed Jul 27, 2024
1 parent 960992a commit 3cfef81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.List;

@RestController
@RequestMapping("/api/vi/event")
@RequestMapping("/api/v1/event")
class EventController {

@GetMapping("/conducting")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.List;

@RestController
@RequestMapping("/api/vi/feedback")
@RequestMapping("/api/v1/feedback")
class FeedbackController {

@GetMapping("/event")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.List;

@RestController
@RequestMapping("/api/vi/slide")
@RequestMapping("/api/v1/slide")
class SlideController {


Expand Down

0 comments on commit 3cfef81

Please sign in to comment.