aboutsummaryrefslogtreecommitdiff
path: root/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java
diff options
context:
space:
mode:
Diffstat (limited to 'juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java')
-rw-r--r--juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java b/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java
index 70f0f760..5137585b 100644
--- a/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java
+++ b/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java
@@ -15,7 +15,6 @@ import java.io.IOException;
@Controller
public class SkypeEndpoint {
private static final Logger logger = LoggerFactory.getLogger(SkypeEndpoint.class);
-
@RequestMapping(value = "/skypebotendpoint", method = RequestMethod.POST)
public void doPost(@RequestBody String body) throws IOException {
logger.info(body);