ingress mapping moest aangepast worden

This commit is contained in:
2020-03-23 14:15:28 +01:00
parent 37ce5a8938
commit 75b4f242bb
2 changed files with 3 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -8,7 +8,10 @@ import org.springframework.web.bind.annotation.RestController;
public class BasicRestController {
@RequestMapping("/")
@RequestMapping("/stage-frontend")
public String index() {
return "it works!";
}
}