Dynatrace / backstage-plugin

Dynatrace Backstage Plugin
Apache License 2.0
21 stars 3 forks source link

fix: Allow trailing slash #104

Closed Kirdock closed 6 months ago

Kirdock commented 6 months ago

Introduction

Fixes #99

Technical solution before this PR

Trailing slashes weren't removed, which lead to double slashes in URLs

Technical solution after this PR

Trailing slashes are removed now.

:heavy_check_mark: Common checklist