Remove trailing / from API (#2679)

* Remove trailing / from API
* Update postman.md
pull/2680/head
timhallinflux 2021-06-08 09:09:47 -07:00 committed by GitHub
parent 1ff0f94377
commit f80ab61e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,5 +45,5 @@ To test the authentication, enter the root API endpoint of an InfluxDB Cloud URL
###### InfluxDB API endpoint
```
https://cloud2.influxdata.com/api/v2/
https://cloud2.influxdata.com/api/v2
```

View File

@ -44,5 +44,5 @@ To test the authentication, enter the root endpoint of an InfluxDB OSS instance
###### InfluxDB API endpoint
```sh
http://localhost:8086/api/v2/
http://localhost:8086/api/v2
```