changed spaces to tabs in makefile
This commit is contained in:
parent
2c96daefbc
commit
978f65dcd6
@ -151,7 +151,7 @@ void route() {
|
|||||||
|
|
||||||
POST("/") {
|
POST("/") {
|
||||||
HTTP_201;
|
HTTP_201;
|
||||||
printf("Wow, seems that you POSTed %d bytes.\n", payload_size);
|
printf("Wow, seems that you POSTed %d bytes. \n", payload_size);
|
||||||
printf("Fetch the data using `payload` variable.\n");
|
printf("Fetch the data using `payload` variable.\n");
|
||||||
if (payload_size > 0)
|
if (payload_size > 0)
|
||||||
printf("Request body: %s", payload);
|
printf("Request body: %s", payload);
|
||||||
|
Reference in New Issue
Block a user