harness / gitness

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
https://gitness.com
Apache License 2.0
32.09k stars 2.8k forks source link

Enhance URL path handling in config.go and provider.go #3409

Closed DharunKumar04 closed 11 months ago

DharunKumar04 commented 11 months ago

This pull request updates the config.go and provider.go files to enhance URL path handling within the URL package. Specifically, the changes made are as follows:

config.go:

provider.go:

These changes aim to ensure consistent and correct URL path generation across the codebase, making it easier to maintain and extend in the future.

Please review the changes, and let me know if any further adjustments or improvements are needed. Your feedback is greatly appreciated!