Skip to content

Commit

Permalink
Rename layers endpoint v2 to datasets (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi authored Jul 9, 2021
1 parent be88b28 commit 001fb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/js/api/geonode/v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let endpoints = {
// default values
'resources': '/api/v2/resources',
'documents': '/api/v2/documents',
'layers': '/api/v2/layers',
'layers': '/api/v2/datasets',
'maps': '/api/v2/maps',
'geoapps': '/api/v2/geoapps',
'geostories': '/api/v2/geostories',
Expand Down

0 comments on commit 001fb4f

Please sign in to comment.