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 23, 2022
1 parent ebbd657 commit bf9ef45
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public IntegratedController(WorkerService workerService, MemberService memberSer
this.memberService = memberService;
}

@RequestMapping("/error")
public String error(){return "index.html";}

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

0 comments on commit bf9ef45

Please sign in to comment.