Redirect / to /receipts
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user