This commit is contained in:
dartpopikyardo
2016-09-02 15:32:55 +03:00
parent 55cb34ef4f
commit 3c2e9d374c

View File

@@ -56,7 +56,7 @@ public class GatewayController {
.build();
}
@RequestMapping(value = "/api/**", method = {GET, POST})
@RequestMapping(value = "*/api/**", method = {GET, POST})
public ResponseEntity<String> proxyRequest(HttpServletRequest request) throws NoSuchRequestHandlingMethodException, IOException, URISyntaxException {
HttpUriRequest proxiedRequest = createHttpUriRequest(request);
logger.info("request: {}", proxiedRequest);