diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-29 11:26:08 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-29 11:26:08 +0100 |
commit | 7c5b84b3af30921330c4442cbfce786484f8c516 (patch) | |
tree | 6b5892ae6d40896771a3abd3c71a8c2211efa401 | |
parent | 6f5413879fc6c4afe04cde9bb930aa9182c57974 (diff) | |
download | puszcza-7c5b84b3af30921330c4442cbfce786484f8c516.tar.gz puszcza-7c5b84b3af30921330c4442cbfce786484f8c516.zip |
Preview
-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 7843302..3b44530 100644 --- a/api/index.js +++ b/api/index.js @@ -1,4 +1,4 @@ -export const apiUrl = 'https://puszcza.netlify.com/api' +export const apiUrl = 'https://feature-json-api--puszcza.netlify.com/api' export const parsePosts = (posts) => posts.map((post) => ({ |