Skip to content
Snippets Groups Projects
Commit 288f4323 authored by q3k's avatar q3k
Browse files

api: more l

parent ba5d9cc4
No related branches found
No related tags found
No related merge requests found
...@@ -275,7 +275,7 @@ func (s *server) handleApps(w http.ResponseWriter, r *http.Request) { ...@@ -275,7 +275,7 @@ func (s *server) handleApps(w http.ResponseWriter, r *http.Request) {
type app struct { type app struct {
RepoURL string `json:"repoUrl"` RepoURL string `json:"repoUrl"`
Commit string `json:"commit"` Commit string `json:"commit"`
DownloadURL string `json:"downloadUr"` DownloadURL string `json:"downloadUrl"`
Name string `json:"name"` Name string `json:"name"`
Menu string `json:"menu"` Menu string `json:"menu"`
Author string `json:"author"` Author string `json:"author"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment