Browse Source

Fix comment typo

master
Pekka Helenius 3 years ago
parent
commit
7bb3a5b420
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      exercises/chapter_1/chapter1_httprequest/src/main/java/com/fjordtek/chapter1_httprequest/web/HttpRequestHandler.java

+ 1
- 1
exercises/chapter_1/chapter1_httprequest/src/main/java/com/fjordtek/chapter1_httprequest/web/HttpRequestHandler.java View File

@ -97,7 +97,7 @@ public class HttpRequestHandler {
* Multiple parameters given (see that 'method' can have multiple values assigned
* Just a brief example/demonstration
* NOTE: MIME type 'x-www-form-urlencoded' works with curl, at least. Change it if needed.
* curl 'http://localhost:8080/index' --data 'location=moon&name=John'
* curl 'http://localhost:8080/hello' --data 'location=moon&name=John'
*
*/
@RequestMapping(


Loading…
Cancel
Save