Update path for viewing a party
This commit is contained in:
parent
81cf4889e8
commit
b59c92b390
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const Main = () => (
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route exact path='/' component={New} />
|
<Route exact path='/' component={New} />
|
||||||
<Route exact path='/parties/' component={Parties} />
|
<Route exact path='/parties/' component={Parties} />
|
||||||
<Route path='/:hash' component={Party} />
|
<Route path='/p/:hash' component={Party} />
|
||||||
</Switch>
|
</Switch>
|
||||||
</main>
|
</main>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue