| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,9 +39,9 @@ to the Internet. | |||
| 39 | 39 | ||
| 40 | 40 | ## Writing the server | |
| 41 | 41 | ||
| 42 | - Now comes the fun part! We want out server to listen to `POST` requests, at `/payload`, | ||
| 42 | + Now comes the fun part! We want our server to listen to `POST` requests, at `/payload`, | ||
| 43 | 43 | because that's where we told GitHub our webhook URL was. Since ngrok is exposing | |
| 44 | - our local environment, we don't need to set up a real server someone online, and | ||
| 44 | + our local environment, we don't need to set up a real server somewhere online, and | ||
| 45 | 45 | can happily test out our code locally. | |
| 46 | 46 | ||
| 47 | 47 | Let's set up a little Sinatra app to do something with the information. Our initial | |
| Back | FazBrowse Home | New Git URL |
0 commit comments