diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-08 14:52:01 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-08 14:52:01 -0700 |
commit | 176ef4d766fa4bbe230849190b8695380ad10822 (patch) | |
tree | bb083a7bd7c3cefb5c09f4ef60593756f1b34cdd /modern/src/other/GeofencesList.js | |
parent | 4d17b6baf8f3745478eb105c6ee196ebf4ceb7c7 (diff) | |
download | trackermap-web-176ef4d766fa4bbe230849190b8695380ad10822.tar.gz trackermap-web-176ef4d766fa4bbe230849190b8695380ad10822.tar.bz2 trackermap-web-176ef4d766fa4bbe230849190b8695380ad10822.zip |
Organize router
Diffstat (limited to 'modern/src/other/GeofencesList.js')
-rw-r--r-- | modern/src/other/GeofencesList.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/other/GeofencesList.js b/modern/src/other/GeofencesList.js index b4fde749..d0d0853f 100644 --- a/modern/src/other/GeofencesList.js +++ b/modern/src/other/GeofencesList.js @@ -50,7 +50,7 @@ const GeofenceView = ({ onMenuClick }) => { }; const GeofencesList = () => ( - <EditCollectionView content={GeofenceView} editPath="/geofence" endpoint="geofences" disableAdd /> + <EditCollectionView content={GeofenceView} editPath="/settings/geofence" endpoint="geofences" disableAdd /> ); export default GeofencesList; |