From f9baf48e61578f3d2156bb0098c3eee1be84ff36 Mon Sep 17 00:00:00 2001 From: sellnat77 Date: Sun, 1 Mar 2020 21:31:32 -0800 Subject: [PATCH] Leap of faith --- src/redux/rootSaga.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redux/rootSaga.js b/src/redux/rootSaga.js index e944b67a3..7a457ec48 100644 --- a/src/redux/rootSaga.js +++ b/src/redux/rootSaga.js @@ -11,7 +11,7 @@ import { getDataFailure, } from './reducers/data'; -const pinUrl = `http://${process.env.DB_URL}/pins`; +const pinUrl = `http://${process.env.DB_URL}/pins/`; const getState = (state, slice) => state[slice]; function* getData() {