You've already forked AstralRinth
forked from didirus/AstralRinth
Use alt CDN URL when request header is passed (#4921)
* Use alt CDN URL when request header is passed * Modify version routes to use alt CDN
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
use async_trait::async_trait;
|
||||
use thiserror::Error;
|
||||
|
||||
mod cdn;
|
||||
mod mock;
|
||||
mod s3_host;
|
||||
|
||||
use bytes::Bytes;
|
||||
pub use cdn::*;
|
||||
pub use mock::MockHost;
|
||||
pub use s3_host::{S3BucketConfig, S3Host};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user