We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5429172 + 99adb63 commit 6d65427Copy full SHA for 6d65427
src/main/java/com/parallax/server/blocklyprop/rest/RestCompile.java
@@ -66,6 +66,7 @@ public Response get(@QueryParam("test") String testString) {
66
return Response.ok("Hello " + testString).build();
67
}
68
69
+/*
70
@GET
71
@Detail("Get Simple Libraries version")
72
@Name("version")
@@ -74,7 +75,7 @@ public Response version() {
74
75
LOG.info("REST:/rest/compile/ Get request received");
76
return Response.ok("v0.0.0").build();
77
-
78
+*/
79
80
81
@POST
0 commit comments