mirror of
https://github.com/bvanroll/stage-frontend.git
synced 2025-08-28 19:42:48 +00:00
ingress mapping moest aangepast worden
This commit is contained in:
@@ -8,7 +8,10 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
public class BasicRestController {
|
||||
|
||||
@RequestMapping("/")
|
||||
@RequestMapping("/stage-frontend")
|
||||
public String index() {
|
||||
return "it works!";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user