mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Allow to upload works
This commit is contained in:
parent
9c255d0cfe
commit
ed14988a56
12 changed files with 948 additions and 341 deletions
|
|
@ -39,6 +39,10 @@ async fn main() -> std::io::Result<()> {
|
|||
.service(update_instrument)
|
||||
.service(delete_instrument)
|
||||
.service(get_instruments)
|
||||
.service(get_work)
|
||||
.service(update_work)
|
||||
.service(delete_work)
|
||||
.service(get_works)
|
||||
});
|
||||
|
||||
server.bind("127.0.0.1:8087")?.run().await
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue