From 7c5b84b3af30921330c4442cbfce786484f8c516 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Wed, 29 Jan 2020 11:26:08 +0100 Subject: Preview --- api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/index.js') 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) => ({ -- cgit 1.4.1