diff --git a/README.md b/README.md index 718aedb..8fc2363 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Routes +--- + ## POST `/register` ### Request type: `application/json` @@ -13,6 +15,8 @@ - success: `boolean` - msg: `string` (if success false) +--- + ## POST `/user` ### Request type: ``application/json`` @@ -26,6 +30,8 @@ - msg: `string` (if success false) - token: `string` +--- + ## GET `/search/:query` ### Headers: @@ -41,6 +47,8 @@ - poster: `string` - release: `string` +--- + ## GET `/movie/:movieId` ### Headers: @@ -58,6 +66,7 @@ - watchStatus: `undefined|string` - rating: `undefined|string` +--- ## POST `/movie/:movieId`