Skip to content

Commit

Permalink
Follow up on xml removal
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardcapriolo committed Feb 24, 2013
1 parent a25b9e9 commit 465cf82
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -22,7 +22,6 @@
import org.slf4j.LoggerFactory;
import org.usergrid.vx.experimental.IntraHandlerJson;
import org.usergrid.vx.experimental.IntraHandlerJsonSmile;
import org.usergrid.vx.experimental.IntraHandlerXml;
import org.usergrid.vx.handler.http.HelloHandler;
import org.usergrid.vx.handler.http.NoMatchHandler;
import org.usergrid.vx.handler.http.ThriftHandler;
Expand Down Expand Up @@ -58,7 +57,6 @@ public void start() {
rm.get("/:appid/hello", new HelloHandler());
rm.post("/:appid/hello", new HelloHandler());
rm.post("/:appid/thriftjson", new ThriftHandler());
rm.post("/:appid/intrareq-xml", new IntraHandlerXml(vertx));
rm.post("/:appid/intrareq-json", new IntraHandlerJson(vertx));
rm.post("/:appid/intrareq-jsonsmile", new IntraHandlerJsonSmile(vertx));
rm.noMatch(new NoMatchHandler());
Expand Down

0 comments on commit 465cf82

Please sign in to comment.