Skip to content

Commit

Permalink
Fix URL handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Apr 22, 2022
1 parent 9780eb6 commit 12b9fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Squidex.CLI/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Squidex/squidex/</PackageProjectUrl>
<PackageTags>Squidex HeadlessCMS</PackageTags>
<Version>8.8</Version>
<Version>8.9</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ internal void CheckAndFreeze()
}

url = url.TrimEnd('/', ' ');
url += "/";

if (string.IsNullOrWhiteSpace(appName))
{
Expand Down

0 comments on commit 12b9fab

Please sign in to comment.