We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ce55e commit 2231e6fCopy full SHA for 2231e6f
1 file changed
index.html
@@ -169,10 +169,20 @@ <h3>Simple & Elegant</h3>
169
return "Hello, World!";
170
}
171
172
- @Action("users/{id}")
+ @Action("users")
173
public User getUser(String id) {
174
return userService.findById(id);
175
176
+
177
+ @Override
178
+ public void init() {
179
+ // TODO Auto-generated method stub
180
+ }
181
182
183
+ public String version() {
184
+ return "1.0";
185
186
}</code></pre>
187
</div>
188
0 commit comments