We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think we should modify the following function to support URLs with a trailing slash
headscale-admin/src/lib/common/api/base.ts
Lines 50 to 52 in e74547d
export function toUrl(path: string): string { return new URL(path, get(ApiUrlStore)).href; }
The text was updated successfully, but these errors were encountered:
Include solved Issue GoodiesHQ#47 by user walirt
2349a35
No branches or pull requests
I think we should modify the following function to support URLs with a trailing slash
headscale-admin/src/lib/common/api/base.ts
Lines 50 to 52 in e74547d
For example, it can be solved by URL object
The text was updated successfully, but these errors were encountered: