This commit is contained in:
binwiederhier
2025-07-21 11:24:58 +02:00
parent c807b5db21
commit 50c564d8a2
15 changed files with 1132 additions and 78 deletions

View File

@@ -60,7 +60,6 @@ func urlJoin(d map[string]any) string {
}
user = tempURL.User
}
resURL.User = user
return resURL.String()
}