Skip to content

Commit d8d5154

Browse files
committed
I do not know how it got built with docker, now builds with command line too
1 parent d60b9f9 commit d8d5154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cryptify-back-end/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use rocket::tokio::{
2727
io::{AsyncSeekExt, AsyncWriteExt},
2828
};
2929
use rocket::{
30-
data::ToByteUnit, fairing::AdHoc, http::Header, launch, post, put, request::FromRequest,
30+
data::ToByteUnit, fairing::AdHoc, http::Header, launch, get, post, put, request::FromRequest,
3131
response::Responder, routes, serde::json::Json, Data, State,
3232
};
3333

0 commit comments

Comments
 (0)