diff options
Diffstat (limited to 'api/index.js')
-rw-r--r-- | api/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/index.js b/api/index.js index 3b44530..7843302 100644 --- a/api/index.js +++ b/api/index.js @@ -1,4 +1,4 @@ -export const apiUrl = 'https://feature-json-api--puszcza.netlify.com/api' +export const apiUrl = 'https://puszcza.netlify.com/api' export const parsePosts = (posts) => posts.map((post) => ({ |