miscellaneous bugfixes

This commit is contained in:
Aiden McClelland
2024-04-08 14:01:16 -06:00
parent c13d8f3699
commit 313e415ee9
3 changed files with 7 additions and 5 deletions

View File

@@ -324,7 +324,7 @@ pub struct UiParams {
// #[command(display(display_serializable))]
#[instrument(skip_all)]
pub async fn ui(ctx: RpcContext, UiParams { pointer, value, .. }: UiParams) -> Result<(), Error> {
let ptr = "/ui"
let ptr = "/public/ui"
.parse::<JsonPointer>()
.with_kind(ErrorKind::Database)?
+ &pointer;