changed api call path (#198)

This commit is contained in:
mattieserver
2022-12-09 13:46:30 +01:00
committed by GitHub
parent 52c2611e9d
commit c6df846bde
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -76,7 +76,7 @@ const coordSaveCheckbox = document.querySelector('#id_save_coords')
Object.entries(graph.getPositions(params.nodes)).map(
async ([nodeId, nodePosition]) => {
const res = await fetch(
'/api/plugins/netbox_topology_views/save-coords/',
'/api/plugins/netbox_topology_views/save-coords/save_coords/',
{
method: 'PATCH',
headers: {