|
|
@@ -43,7 +43,8 @@ node index.js
|
|
43
|
43
|
# API
|
|
44
|
44
|
|
|
45
|
45
|
### /hello/:name/
|
|
46
|
|
-Returns "Hello :name!" or simply "Hello World!" if no name is present. :)
|
|
|
46
|
+Returns "Hello :name!" or simply "Hello World!" if no name is present. Useful
|
|
|
47
|
+for checking if the server is running :)
|
|
47
|
48
|
|
|
48
|
49
|
### /user/register/
|
|
49
|
50
|
In order to register a new user account, a `POST` request should be sent, with
|