const server = (state = defaultState, action) => {
  switch(action.type) {
    case GET_SERVER_URL:
      return state.url;
    case SET_SERVER_URL: