mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Add storage route
This commit is contained in:
parent
9a183fe7cd
commit
97e30654ea
@ -35,6 +35,7 @@ export default function App() {
|
|||||||
path="/recording/:camera/:date?/:hour?/:minute?/:second?"
|
path="/recording/:camera/:date?/:hour?/:minute?/:second?"
|
||||||
getComponent={Routes.getRecording}
|
getComponent={Routes.getRecording}
|
||||||
/>
|
/>
|
||||||
|
<AsyncRoute path="/storage" getComponent={Routes.getStorage} />
|
||||||
<AsyncRoute path="/system" getComponent={Routes.getSystem} />
|
<AsyncRoute path="/system" getComponent={Routes.getSystem} />
|
||||||
<AsyncRoute path="/styleguide" getComponent={Routes.getStyleGuide} />
|
<AsyncRoute path="/styleguide" getComponent={Routes.getStyleGuide} />
|
||||||
<Cameras default path="/" />
|
<Cameras default path="/" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user