Merge master

This commit is contained in:
Pieter Vander Vennet 2022-01-31 20:12:11 +01:00
commit a11e0fc545
57 changed files with 1535 additions and 1381 deletions

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)