bundesAPI / risikogebiete-api

RKI covid risk areas
https://risikogebiete.api.bund.dev/
18 stars 0 forks source link

Remove trailing slashes from server url #1

Closed merlinschumacher closed 3 years ago

merlinschumacher commented 3 years ago

According to the OpenAPI specifications, the server addresses must not end on a slash (see https://swagger.io/specification/#server-object). Importing this in tools like Postman generates defective URLs containing two slashes. This PR fixes this.