9 lines
203 B
Rust
9 lines
203 B
Rust
//! Endpoints for the media repository.
|
|
|
|
pub mod create_content;
|
|
pub mod get_content;
|
|
pub mod get_content_as_filename;
|
|
pub mod get_content_thumbnail;
|
|
pub mod get_media_config;
|
|
pub mod get_media_preview;
|