Skip to content

Commit

Permalink
fix refinedev#1376 tutorial REST api domain
Browse files Browse the repository at this point in the history
  • Loading branch information
omeraplak committed Dec 20, 2021
1 parent 1c8a60e commit 21ef162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Let's add **/posts/** endpoint from our API as a resource. First take a look to
<details><summary>Show response</summary>
<p>

```ts title="GET https://refine-fake-rest.pankod.com/posts/"
```ts title="GET https://api.fake-rest.refine.dev/posts/"
[
{
"id": 1,
Expand Down
2 changes: 1 addition & 1 deletion documentation/versioned_docs/version-1.0.xx/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Let's add **/posts/** endpoint from our API as a `<Resource />`. First take a lo
<details><summary>Show response</summary>
<p>

```ts title="GET https://refine-fake-rest.pankod.com/posts/"
```ts title="GET https://api.fake-rest.refine.dev/posts/"
[
{
"id": 1,
Expand Down
2 changes: 1 addition & 1 deletion documentation/versioned_docs/version-2.xx.xx/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Let's add **/posts/** endpoint from our API as a resource. First take a look to
<details><summary>Show response</summary>
<p>

```ts title="GET https://refine-fake-rest.pankod.com/posts/"
```ts title="GET https://api.fake-rest.refine.dev/posts/"
[
{
"id": 1,
Expand Down

0 comments on commit 21ef162

Please sign in to comment.