Fix jwt-token
This commit is contained in:
@@ -9,6 +9,7 @@ import MapView from './pages/MapView';
|
||||
import Devices from './pages/Devices';
|
||||
import Detections from './pages/Detections';
|
||||
import Alerts from './pages/Alerts';
|
||||
import Debug from './pages/Debug';
|
||||
import Login from './pages/Login';
|
||||
import ProtectedRoute from './components/ProtectedRoute';
|
||||
|
||||
@@ -68,6 +69,7 @@ function App() {
|
||||
<Route path="devices" element={<Devices />} />
|
||||
<Route path="detections" element={<Detections />} />
|
||||
<Route path="alerts" element={<Alerts />} />
|
||||
<Route path="debug" element={<Debug />} />
|
||||
</Route>
|
||||
</Routes>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user