Skip to content

Commit

Permalink
Remove remnants of dev-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jedla97 committed Feb 29, 2024
1 parent 11d6830 commit d84a334
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* A route for handling requests in the dev console.
* <p>
* Routes are registered under /q/dev-v1/{groupId}.{artifactId}/
* Routes are registered under /q/dev-ui/{groupId}.{artifactId}/
* <p>
* The route is registered:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public void testThatTheApplicationIsReloadedOnJavaChange()
.until(() -> devModeClient.getHttpResponse("/app/hello").contains("carambar"));

//also verify that the dev ui console is disabled
devModeClient.getHttpResponse("/q/dev-v1", 404, 10, TimeUnit.SECONDS);
devModeClient.getHttpResponse("/q/dev-ui", 404, 10, TimeUnit.SECONDS);
}

Expand Down

0 comments on commit d84a334

Please sign in to comment.