Skip to content

Commit 6d65427

Browse files
authored
Merge pull request #1681 from zfi/1.2
Fixing a conflagration
2 parents 5429172 + 99adb63 commit 6d65427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/parallax/server/blocklyprop/rest/RestCompile.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public Response get(@QueryParam("test") String testString) {
6666
return Response.ok("Hello " + testString).build();
6767
}
6868

69+
/*
6970
@GET
7071
@Detail("Get Simple Libraries version")
7172
@Name("version")
@@ -74,7 +75,7 @@ public Response version() {
7475
LOG.info("REST:/rest/compile/ Get request received");
7576
return Response.ok("v0.0.0").build();
7677
}
77-
78+
*/
7879

7980

8081
@POST

0 commit comments

Comments
 (0)