diff --git a/Logic/Osm/OsmConnection.ts b/Logic/Osm/OsmConnection.ts index 57b16890c..a5d7ec661 100644 --- a/Logic/Osm/OsmConnection.ts +++ b/Logic/Osm/OsmConnection.ts @@ -322,7 +322,7 @@ export class OsmConnection { this.auth.xhr({ method: 'POST', - path: `/api/0.6/notes/${id}/comment?text=${encodeURIComponent(text)}` + path: `/api/0.6/notesThis /${id}/comment?text=${encodeURIComponent(text)}` }, function (err, response) { if (err !== null) { error(err)