Class HelloController
java.lang.Object
nl.b3p.planmonitorwonen.api.controller.HelloController
-
Constructor Summary
ConstructorsConstructorDescriptionHelloController
(PlanmonitorAuthenticationService planmonitorAuthenticationService) -
Method Summary
-
Constructor Details
-
HelloController
-
-
Method Details
-
hello
@GetMapping(path="${planmonitor-wonen-api.base-path}/hello", produces="application/json") public Map<String,Object> hello(@AuthenticationPrincipal TailormapUserDetails userDetails)
-