Create Endpoint
Learn how to create an endpoint to insert a new product.
We'll cover the following
Creates the handler
In this lesson, we need an endpoint that receives the parameters through the webserver.
We need to make our create_product
function public. To do so, we add the pub
keyword at the beginning to change the corresponding line.
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy