Skip to content

Commit

Permalink
fixed a bad param annotation in Objenious feign interface
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoder committed Mar 19, 2024
1 parent e902a44 commit 1465dfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public interface ObjeniousService {
String deleteRouting(@Param("id") Integer id);

@RequestLine("POST devices")
Device createDevice(@Param DeviceCreate device);
Device createDevice(DeviceCreate device);

@RequestLine("GET profiles")
List<Profile> getProfiles();
Expand Down

0 comments on commit 1465dfa

Please sign in to comment.