Port queue page

This commit is contained in:
Joscha 2023-08-14 12:10:05 +02:00
parent 123c27e5a2
commit 2b6c339c70
7 changed files with 44 additions and 19 deletions

View file

@ -10,7 +10,7 @@ use serde::Deserialize;
pub struct PathIndex {}
#[derive(Deserialize, TypedPath)]
#[typed_path("/queue")]
#[typed_path("/queue/")]
pub struct PathQueue {}
#[derive(Deserialize, TypedPath)]