mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-07 12:00:43 +00:00
feat: add upload endpoints to API
This commit is contained in:
parent
32023f14a4
commit
27a7845b7f
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ async fn start() -> Result<(), rocket::Error> {
|
||||||
routes::candidate::login,
|
routes::candidate::login,
|
||||||
routes::candidate::whoami,
|
routes::candidate::whoami,
|
||||||
routes::candidate::fill_details,
|
routes::candidate::fill_details,
|
||||||
|
routes::candidate::upload_cover_letter,
|
||||||
|
routes::candidate::upload_portfolio_letter,
|
||||||
|
routes::candidate::upload_portfolio_zip,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
.mount(
|
.mount(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue