createReducer & createAction
This commit is contained in:
@@ -17,7 +17,6 @@ timer.fast = timer(300)
|
||||
// router.use(timer.fast)
|
||||
|
||||
router.post('/user-rate', (req, res) => {
|
||||
console.log(req.body)
|
||||
res.status(500).send({ ok: false })
|
||||
})
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"some-user-id": {
|
||||
"id": "some-user-id",
|
||||
"name": "alexandr",
|
||||
"age": 38,
|
||||
"surname": null,
|
||||
"email": null,
|
||||
"rated": 4,
|
||||
@@ -24,6 +25,7 @@
|
||||
"name": "not alexandr",
|
||||
"surname": null,
|
||||
"email": null,
|
||||
"age": 24,
|
||||
"rated": 5,
|
||||
"avatar": "https://www.gravatar.com/avatar/6e?d=robohash",
|
||||
"friends": [
|
||||
|
||||
Reference in New Issue
Block a user