Redirect / to /receipts
parent
b661d04eaa
commit
a229d59c49
|
@ -88,7 +88,7 @@ impl TryFrom<TransactionRead> for Transaction {
|
|||
|
||||
#[rocket::get("/")]
|
||||
async fn index() -> Redirect {
|
||||
Redirect::to(rocket::uri!(transaction_list()))
|
||||
Redirect::to("/receipts")
|
||||
}
|
||||
|
||||
#[rocket::get("/transactions")]
|
||||
|
|
Loading…
Reference in New Issue