Skip to content

Commit

Permalink
fixed bug in issue #128
Browse files Browse the repository at this point in the history
  • Loading branch information
KarahanS committed May 25, 2022
1 parent f412cde commit a246785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@

// Examine the structure of the fetch function in detail.
// It's important to add method and headers.
fetch(`${host}/artitems/users/username/${par}`, {
fetch(`${host}/api/v1/artitems/users/username/${par}`, {
method:'GET',
headers:{
'Content-type': 'application/json'
Expand Down

0 comments on commit a246785

Please sign in to comment.