add root path

This commit is contained in:
2022-05-11 22:40:24 +02:00
parent 34f38a81ae
commit dabcd87485
3 changed files with 11 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ public class GreetingResourceTest {
@Test
public void testHelloEndpoint() {
given()
.when().get("/hello")
.when().get("/api/hello")
.then()
.statusCode(200)
.body(is("Hello RESTEasy"));