GeoNode/geonode-viewer

View on GitHub
src/state/server/selectors.js

Summary

Maintainability
A
0 mins
Test Coverage
export function getServerUrl(state) {
  return state.server.url;
}