Skip to content

Commit b74cc23

Browse files
committed
Update HelloController in test-nima with correct path parameter
1 parent 7ce1204 commit b74cc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-nima-jsonb/src/main/java/org/example/HelloController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Person person(String name) {
6060
return new Person(42, name + " hello");
6161
}
6262

63-
@Get("person/{long}")
63+
@Get("person/{id}")
6464
Person testLong(long id) {
6565
return new Person(id, "Giorno hello");
6666
}

0 commit comments

Comments
 (0)