Skip to content

Commit

Permalink
removing video handler for now
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Oct 25, 2023
1 parent 8149ae6 commit 4b939ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/myrobotlab/vertx/ApiVerticle.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ public void start() throws Exception {
// root.setAllowRootFileSystemAccess(true);
// root.setWebRoot(null);

VideoStreamHandler video = new VideoStreamHandler(service);
// VideoStreamHandler video = new VideoStreamHandler(service);

router.route("/video/*").handler(video);
// router.route("/video/*").handler(video);
router.route("/*").handler(root);


Expand Down

0 comments on commit 4b939ca

Please sign in to comment.