just-paja/improtresk-web

View on GitHub
src/reducers/server.js

Summary

Maintainability
A
0 mins
Test Coverage
const defaultState = {
  host: 'localhost',
  protocol: 'http'
}

const server = (state = defaultState) => state

export default server