Skip to content

Instantly share code, notes, and snippets.

@divyanshu013
Created October 11, 2017 08:28
Show Gist options
  • Save divyanshu013/9e9fd677170d5278b4fa9e2bbbed0df9 to your computer and use it in GitHub Desktop.
Save divyanshu013/9e9fd677170d5278b4fa9e2bbbed0df9 to your computer and use it in GitHub Desktop.
History service for TodoMVC Auth Client
import createHistory from 'history/createBrowserHistory';
export default createHistory({
basename: process.env.NODE_ENV === 'development' ? '/' : '/todomvc-auth-client'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment