fix mii compatibility
This commit is contained in:
parent
c874781101
commit
79fec0d2a0
2 changed files with 6 additions and 1 deletions
|
|
@ -80,4 +80,9 @@ pub async fn mapped_ids(pool: &State<Pool>, input_type: String, output_type: Str
|
|||
mapped_id: outputs
|
||||
}
|
||||
))
|
||||
}
|
||||
|
||||
#[get("/v1/api/admin/time")]
|
||||
pub fn get_time() {
|
||||
// stubbed, it only needs the header.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue