Skip to content

Commit

Permalink
fix: testcase demo server 의 GET 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cranemont committed Feb 23, 2023
1 parent f003a7a commit 9456540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testcase-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func main() {
responser := response.NewResponser()
testcaseHandler := handler.NewTestcaseHandler(responser)

r.Handle(method.GET, "/testcase/problem/:id",
r.Handle(method.GET, "/problem/:id/testcase",
middleware.Adapt(
testcaseHandler,
middleware.SetJsonContentType(),
Expand Down

0 comments on commit 9456540

Please sign in to comment.