fix + test
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2024-12-29 11:50:58 +01:00
parent 5763c8a1c4
commit 67c31725c1
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 23 additions and 5 deletions

View file

@ -9,11 +9,10 @@ use based::get_pg;
use based::page::{Shell, render_page};
use based::request::{RequestContext, StringResponse};
use maud::html;
use pkg::Repository;
use pacco::pkg::Repository;
use rocket::get;
use rocket::routes;
pub mod pkg;
pub mod routes;
#[get("/")]