You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// According to the documentation: https://learn.microsoft.com/en-us/dotnet/api/system.uri.-ctor?view=net-6.0#system-uri-ctor(system-uri-system-string)
6
+
// if the relative part of baseUri is to be preserved in the constructed Uri,
7
+
// the baseUri has relative parts (like /api), then the relative part must be terminated with a slash, (like /api/)
0 commit comments