From 29819a29823b96f424f091473d6079fc736764d1 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 6 Jun 2020 09:34:17 +0200 Subject: Fix 404 on posts --- api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => ({ -- cgit 1.4.1