Fix typo
This commit is contained in:
parent
d843b55ce6
commit
287a14cbe4
@ -78,7 +78,7 @@ This is all you have to do from GitHub. Now, whenever there is a *`push`* event
|
|||||||
#### Creating an endpoint to handle the requests
|
#### Creating an endpoint to handle the requests
|
||||||
I will use [Flask](https://flask.palletsprojects.com/en/2.0.x/) framework to handle the post requests coming to our endpoint. You can use whatever programming language or framework you want. It will be very simple code with just one job: Validate the secret keys and run a specific code.
|
I will use [Flask](https://flask.palletsprojects.com/en/2.0.x/) framework to handle the post requests coming to our endpoint. You can use whatever programming language or framework you want. It will be very simple code with just one job: Validate the secret keys and run a specific code.
|
||||||
|
|
||||||
Let's start by creating a new project, and a virtual environment:
|
Let's start by creating a new project and a virtual environment:
|
||||||
```bash
|
```bash
|
||||||
mdkir post_receiver
|
mdkir post_receiver
|
||||||
cd post_receiver
|
cd post_receiver
|
||||||
|
Loading…
Reference in New Issue
Block a user