This commit is contained in:
parent
4e125c611c
commit
fb0fa1f351
7 changed files with 16 additions and 18 deletions
|
@ -7,8 +7,8 @@ use rocket::{State, get};
|
|||
|
||||
use pacco::pkg::{Repository, arch::Architecture};
|
||||
|
||||
use crate::config::Config;
|
||||
use crate::routes::ui::arch_card;
|
||||
use pacco::config::Config;
|
||||
|
||||
#[get("/<repo>?<arch>&<sort>")]
|
||||
pub async fn repo_ui(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue