|
|
@@ -8,8 +8,9 @@ Server for Integrated Project, powered by Express.js and Redis, listens only on
|
|
8
|
8
|
* [Running](#running)
|
|
9
|
9
|
* [API](#api)
|
|
10
|
10
|
* [/hello/:name/](#helloname)
|
|
11
|
|
- * [/register/](#userregister)
|
|
12
|
|
- * [/auth/](#userauth)
|
|
|
11
|
+ * [/user/register/](#userregister)
|
|
|
12
|
+ * [/user/auth/](#userauth)
|
|
|
13
|
+ * [/society/create/](#societycreate)
|
|
13
|
14
|
|
|
14
|
15
|
### Installation
|
|
15
|
16
|
Instructions are for OSX El Capitan at time of writing.
|