Move the setup the default routes of /.well-known to New method of app, instead of Run so as to ensure proper handlers are called for the specific routes instead of staticHandler.
Checklist:
[x] I have formatted my code using goimport and golangci-lint.
[x] All new code is covered by unit tests.
[x] This PR does not decrease the overall code coverage.
[x] I have reviewed the code comments and documentation for clarity.
Pull Request Template
Description:
/.well-known
toNew
method of app, instead ofRun
so as to ensure proper handlers are called for the specific routes instead of staticHandler.Checklist:
goimport
andgolangci-lint
.Thank you for your contribution!