Skip to content

Commit

Permalink
Update API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry260 authored Jan 6, 2022
1 parent 642e54f commit 6dc66f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This returns all the events including birtsh, deaths, and other events if `event
#### Example 1

```c++
http://localhost:8000/1/10
https://wiki-today.herokuapp.com/1/10
```

###### Response
Expand Down Expand Up @@ -105,7 +105,7 @@ This returns all the events including birtsh, deaths, and other events if `event
#### Example 2

```c++
http://localhost:8000/births/1/10
https://wiki-today.herokuapp.com/births/1/10
```

###### Response
Expand Down Expand Up @@ -142,7 +142,7 @@ It's time for the Easter egg! It is the `/wiki/{title}` endpoint! It will Give y

#### Example
```
http://localhost:8000/wiki/google
https://wiki-today.herokuapp.com/wiki/google
```

And, you will get the response
Expand Down

0 comments on commit 6dc66f6

Please sign in to comment.