1
00:00:01,190 --> 00:00:05,720
There is one little step that I forgot to mention when we were putting together our post request handler,

2
00:00:06,140 --> 00:00:10,420
so inside of here we had written out some code where we tried to access the body of the incoming request.

3
00:00:10,850 --> 00:00:15,020
We can only access this body if we pass it before it shows up inside this request.

4
00:00:15,020 --> 00:00:15,450
Handler.

5
00:00:15,920 --> 00:00:22,040
So at the top of our cells router function, right after we create the router itself, I'm going to

6
00:00:22,040 --> 00:00:26,330
add in a router to use with Express JSON.

7
00:00:27,280 --> 00:00:29,320
So that is our body parsing middleware.

8
00:00:30,010 --> 00:00:34,570
I'll then save this, I'm going to go back over to my terminal very quickly and just restart my server.

9
00:00:35,750 --> 00:00:41,120
So I'm at dist I'm going to stop the node index disserve and just restart it very quickly.

10
00:00:42,180 --> 00:00:42,660
Very good.

11
00:00:43,350 --> 00:00:45,530
OK, quick pause and continue in just a moment.

