T213 hotfix. Link is back operational
This commit is contained in:
		| @@ -12,10 +12,7 @@ import org.springframework.http.HttpStatus; | |||||||
| import org.springframework.http.RequestEntity; | import org.springframework.http.RequestEntity; | ||||||
| import org.springframework.http.ResponseEntity; | import org.springframework.http.ResponseEntity; | ||||||
| import org.springframework.stereotype.Controller; | import org.springframework.stereotype.Controller; | ||||||
| import org.springframework.web.bind.annotation.DeleteMapping; | import org.springframework.web.bind.annotation.*; | ||||||
| import org.springframework.web.bind.annotation.GetMapping; |  | ||||||
| import org.springframework.web.bind.annotation.PathVariable; |  | ||||||
| import org.springframework.web.bind.annotation.RequestMapping; |  | ||||||
|  |  | ||||||
| import java.util.List; | import java.util.List; | ||||||
| import java.util.Map; | import java.util.Map; | ||||||
| @@ -27,9 +24,9 @@ import java.util.UUID; | |||||||
|  * A class responds to generated message uri's requests. |  * A class responds to generated message uri's requests. | ||||||
|  * It deletes or fetches the requested message |  * It deletes or fetches the requested message | ||||||
|  */ |  */ | ||||||
| @Controller("/klaus/v1") | @RestController | ||||||
| @Slf4j | @Slf4j | ||||||
| //@Profile({"DEV", "default"}) | @RequestMapping(path = ("/klaus/v1")) | ||||||
| @AllArgsConstructor | @AllArgsConstructor | ||||||
| public class KlausController { | public class KlausController { | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,2 +1,2 @@ | |||||||
| redis.host = redis | redis.host = localhost | ||||||
| redis.port = 6379 | redis.port = 6379 | ||||||
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user