mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-27 05:01:04 +00:00
feat: Setup cors and cache
This commit is contained in:
@@ -39,7 +39,7 @@ internal object StartAPICommand : Runnable {
|
||||
override fun run() {
|
||||
embeddedServer(Jetty, port, host) {
|
||||
configureDependencies(configFile)
|
||||
configureHTTP(allowedHost = host)
|
||||
configureHTTP()
|
||||
configureSerialization()
|
||||
configureSecurity()
|
||||
configureRouting()
|
||||
|
||||
Reference in New Issue
Block a user