Skip to content

Change env to not care about which localhost it uses

Oskar requested to merge local-server into master

This removes the hardcoded staging and production URLs and instead checks whether we're on localhost or not.

Also removed isProduction since it's double trouble with !isDevelopment?

Merge request reports