Fix tests, version bump

This commit is contained in:
Pieter Vander Vennet 2023-09-21 15:28:40 +02:00
parent c14cbc9fe9
commit db1dbc0f07
5 changed files with 14 additions and 14 deletions

View file

@ -179,7 +179,7 @@ export class OsmConnection {
/**
* The backend host, without path or trailing '/'
*
* new OsmConnection().Backend() // => "https://api.openstreetmap.org"
* new OsmConnection().Backend() // => "https://www.openstreetmap.org"
*/
public Backend(): string {
return this._oauth_config.url