Skip to content

Commit

Permalink
feat: add cloudnet rest module to modules.json (#1531)
Browse files Browse the repository at this point in the history
### Motivation
Re-introduce the cloudnet rest module to rc11

### Modification
Added the cloudnet rest module.

### Result
The cloudnet rest module is installable
  • Loading branch information
0utplay authored Oct 18, 2024
1 parent cc0b542 commit ae1dc3e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"entries": [
{
"official": true,
"name": "CloudNet-Rest",
"website": "https://github.com/CloudNetService/module-rest",
"version": "0.1.0",
"sha3256": "df5b46ae57ed3aae74739751ee9725413b430ba1f07b0dc7135e10b41e599225",
"description": "CloudNet-Rest module that provides a rest api for CloudNet.",
"url": "https://github.com/CloudNetService/module-rest/releases/download/0.1.0/cloudnet-rest.jar",
"maintainers": [
"CloudNetService"
],
"releaseNotes": [],
"dependingModules": []
},
{
"official": false,
"name": "CloudNet-JMX-Support",
Expand Down

0 comments on commit ae1dc3e

Please sign in to comment.