Skip to content

Commit

Permalink
comment nits
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-frmr committed Jan 13, 2025
1 parent fddfaea commit df0ce5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kinode/packages/homepage/api/homepage:sys-v1.wit
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ interface homepage {
///
/// lazy-load-blob: none.
set-stylesheet(string),
/// Get the list of apps on the homepage
/// get the list of apps currently on the homepage
///
/// lazy-load-blob: none.
get-apps,
}

/// The response format to get from the homepage.
/// The response format to get from the homepage. Serialized using serde_json.
variant response {
get-apps(list<app>),
}
Expand Down

0 comments on commit df0ce5e

Please sign in to comment.