Skip to content

Commit

Permalink
updated readme, added new jokes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago committed Aug 17, 2020
1 parent d756248 commit 5764c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ MAINTAINER YesInteractive- http://yes-interactive.com
RUN apk update \
&& apk --no-cache add \
openssl=="1.1.1g-r0" \
apache2=="2.4.43-r0" \
apache2=="2.4.46-r0" \
apache2-ssl \
apache2-http2 \
unzip \
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -18,7 +18,7 @@ Access [http://dadjokes.online](http://dadjokes.online) to see the service in ac

**Endpoint URI** : `/`

**Method** : `GET`
**Method** : `GET` `POST` `PUT` `PATCH` `DELETE`

**Parameters** : optional

Expand Down Expand Up @@ -51,7 +51,7 @@ Access [http://dadjokes.online](http://dadjokes.online) to see the service in ac
},
"Request": {
"Headers": {
"Host": "dev.yesllc.io",
"Host": "dadjokes.online",
"Connection": "keep-alive",
"X-Forwarded-For": "74.11.135.11",
"X-Forwarded-Proto": "http",
Expand Down

0 comments on commit 5764c4d

Please sign in to comment.