mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 12:17:24 +01:00
Allow to upload works
This commit is contained in:
parent
9c255d0cfe
commit
ed14988a56
12 changed files with 948 additions and 341 deletions
|
|
@ -16,6 +16,9 @@ pub use instruments::*;
|
|||
pub mod persons;
|
||||
pub use persons::*;
|
||||
|
||||
pub mod works;
|
||||
pub use works::*;
|
||||
|
||||
/// Credentials used for login.
|
||||
#[derive(Serialize, Debug, Clone)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue