This commit is contained in:
pietervdvn 2022-01-31 13:14:07 +01:00
parent cf68ebf404
commit 618f61d3e8

View file

@ -322,7 +322,7 @@ export class OsmConnection {
this.auth.xhr({
method: 'POST',
path: `/api/0.6/notesThis /${id}/comment?text=${encodeURIComponent(text)}`
path: `/api/0.6/notes/${id}/comment?text=${encodeURIComponent(text)}`
}, function (err, response) {
if (err !== null) {
error(err)