about summary refs log tree commit diff
path: root/api/index.js
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-06-06 09:10:25 +0000
committerGitHub <noreply@github.com>2020-06-06 09:10:25 +0000
commit716fddab9b0ad44b5a4e45b92cda96323ba99f6f (patch)
treed3c0883b5f9f7e019851c93867b3c4d49ecf93af /api/index.js
parent55354a1bd0710486a3db8601ee9efe35039b5483 (diff)
parent044c48b6351dfd6f979a548c345e19b37326bfa5 (diff)
downloadpuszcza-716fddab9b0ad44b5a4e45b92cda96323ba99f6f.tar.gz
puszcza-716fddab9b0ad44b5a4e45b92cda96323ba99f6f.zip
Merge pull request #39 from 19pdh/fix-404
Fix 404 on posts
Diffstat (limited to 'api/index.js')
-rw-r--r--api/index.js2
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) => ({