You've already forked AstralRinth
forked from didirus/AstralRinth
Add API V1 flickers (#541)
Co-authored-by: triphora <emmaffle@modrinth.com>
This commit is contained in:
@@ -235,6 +235,7 @@ async fn main() -> std::io::Result<()> {
|
||||
// Init App
|
||||
HttpServer::new(move || {
|
||||
App::new()
|
||||
.wrap(actix_web::middleware::Compress::default())
|
||||
.wrap(
|
||||
Cors::default()
|
||||
.allow_any_origin()
|
||||
|
||||
Reference in New Issue
Block a user