mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
working on api for getting unique list of dates
This commit is contained in:
@@ -39,7 +39,7 @@ ReactDOM.render((
|
||||
<Route path="/" component={App}>
|
||||
<IndexRoute component={Preview}/>
|
||||
<Route path="post/:category/:post" component={Post}/>
|
||||
<Route path="sensor/:location/:year/:month" component={SensorInfo}/>
|
||||
<Route path="sensor/:location" component={SensorInfo}/>
|
||||
</Route>
|
||||
</Router>
|
||||
</Provider>
|
||||
|
||||
Reference in New Issue
Block a user