Skip to content

Commit

Permalink
change db(h2 to mariaDB)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuyh99 committed Apr 25, 2022
1 parent fe8aa29 commit 4e15ab5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import java.util.ArrayList;
import java.util.List;


@Controller
@RequestMapping("/api")
public class IntegratedController {
Expand All @@ -30,9 +29,6 @@ public IntegratedController(WorkerService workerService, MemberService memberSer
this.memberService = memberService;
}

@RequestMapping("/error")
public String errorHandler(){return "forward:/";}

@PostMapping("/")
@ResponseBody
public String index(@RequestBody Worker worker) {
Expand Down

0 comments on commit 4e15ab5

Please sign in to comment.