diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-06-06 09:34:17 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-06-06 09:34:17 +0200 |
commit | 29819a29823b96f424f091473d6079fc736764d1 (patch) | |
tree | e9c0b1cdc44a3aeb5935f9f7454ac6c38277cc71 | |
parent | 55354a1bd0710486a3db8601ee9efe35039b5483 (diff) | |
download | puszcza-29819a29823b96f424f091473d6079fc736764d1.tar.gz puszcza-29819a29823b96f424f091473d6079fc736764d1.zip |
Fix 404 on posts
-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..11a513d 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://puszcza.netlify.app/api' export const parsePosts = (posts) => posts.map((post) => ({ |