This commit is contained in:
parent
5763c8a1c4
commit
67c31725c1
4 changed files with 23 additions and 5 deletions
|
@ -5,8 +5,8 @@ use rocket::tokio::io::AsyncReadExt;
|
|||
use rocket::{FromForm, get, post};
|
||||
use serde_json::json;
|
||||
|
||||
use crate::pkg::arch::Architecture;
|
||||
use crate::pkg::{Package, Repository};
|
||||
use pacco::pkg::arch::Architecture;
|
||||
use pacco::pkg::{Package, Repository};
|
||||
|
||||
// /pkg/<repo>/<arch>/<pkg_name>
|
||||
// /pkg/<repo>/<arch>/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue