diff --git a/src/redux/rootSaga.js b/src/redux/rootSaga.js index e944b67a3..671425ed2 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 = `https://${process.env.DB_URL}/pins`; const getState = (state, slice) => state[slice]; function* getData() {