implementation("io.ktor:ktor-server-cors:2.0.0-beta-1")
Enables configuration of cross-origin resource sharing (CORS) settings, allowing control over allowed hosts, HTTP methods, and headers.