mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-26 12:41:04 +00:00
feat: Customize logging level through environment variable
This commit is contained in:
@@ -16,7 +16,7 @@ fun Application.configureHTTP() {
|
||||
configurationRepository.corsAllowedHosts.forEach { host ->
|
||||
allowHost(
|
||||
host = host,
|
||||
schemes = listOf("http", "https")
|
||||
schemes = listOf("http", "https"),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user