minio/browser/app/js/__tests__
Kanagaraj M 54e5ee6535 removed duplicate route components from browser (#5584)
All routes '/', '/:bucket/', '/:bucket/*' render the same
component. Instead we could just have a single route like following which
combines all the above routes

'/:bucket?/*'

bucket is optional here, so it can cover '/'
2018-03-21 11:38:56 -07:00
..
App.test.js removed duplicate route components from browser (#5584) 2018-03-21 11:38:56 -07:00
jsonrpc-test.js upgrading react and refactoring components (#5409) (#5444) 2018-03-21 11:30:50 -07:00