Skip to content

Commit b729144

Browse files
committed
fix: set correct Groove capability type (was: custom)
1 parent be205fc commit b729144

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.well-known/groove/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"team"
55
],
66
"capabilities": {
7-
"primary": {
8-
"description": "TODO: describe this service's primary capability",
7+
"http": {
8+
"description": "HTTP reverse proxy gateway that enforces fine-grained HTTP method capability controls.",
99
"endpoint": "/api",
1010
"panel_compatible": true,
1111
"protocol": "http",
1212
"requires_auth": false,
13-
"type": "custom"
13+
"type": "http"
1414
}
1515
},
1616
"consumes": [

0 commit comments

Comments
 (0)