add image and artifact stores
This commit is contained in:
@@ -30,11 +30,11 @@ componentDidMount() {
|
||||
render() {
|
||||
const {api, name} = this.state;
|
||||
return (
|
||||
<BrowserRouter>
|
||||
<BrowserRouter basename={'/ui'}>
|
||||
<React.Fragment key={1}>
|
||||
<section className="container-responsive">
|
||||
<Switch>
|
||||
<Route path="/" component={Paste} />
|
||||
<Route path={`/`} component={Paste} />
|
||||
</Switch>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user