chore: refactor autumn to media
This commit is contained in:
@@ -4,7 +4,7 @@ pub mod admin {
|
|||||||
pub mod migrations;
|
pub mod migrations;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod autumn {
|
pub mod media {
|
||||||
pub mod attachment;
|
pub mod attachment;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ pub mod admin {
|
|||||||
pub mod migrations;
|
pub mod migrations;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod autumn {
|
pub mod media {
|
||||||
pub mod attachment;
|
pub mod attachment;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ pub mod admin {
|
|||||||
pub mod migrations;
|
pub mod migrations;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod autumn {
|
pub mod media {
|
||||||
pub mod attachment;
|
pub mod attachment;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ mod admin {
|
|||||||
pub mod simple;
|
pub mod simple;
|
||||||
}
|
}
|
||||||
|
|
||||||
mod autumn {
|
mod media {
|
||||||
pub mod attachment;
|
pub mod attachment;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -27,8 +27,8 @@ mod users {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub use admin::*;
|
pub use admin::*;
|
||||||
pub use autumn::*;
|
|
||||||
pub use channels::*;
|
pub use channels::*;
|
||||||
|
pub use media::*;
|
||||||
pub use servers::*;
|
pub use servers::*;
|
||||||
pub use users::*;
|
pub use users::*;
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ mod admin {
|
|||||||
pub mod migrations;
|
pub mod migrations;
|
||||||
}
|
}
|
||||||
|
|
||||||
mod autumn {
|
mod media {
|
||||||
pub mod attachment;
|
pub mod attachment;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ mod users {
|
|||||||
|
|
||||||
pub use admin::migrations::AbstractMigrations;
|
pub use admin::migrations::AbstractMigrations;
|
||||||
|
|
||||||
pub use autumn::attachment::AbstractAttachment;
|
pub use media::attachment::AbstractAttachment;
|
||||||
|
|
||||||
pub use channels::channel::AbstractChannel;
|
pub use channels::channel::AbstractChannel;
|
||||||
pub use channels::channel_invite::AbstractChannelInvite;
|
pub use channels::channel_invite::AbstractChannelInvite;
|
||||||
|
|||||||
Reference in New Issue
Block a user