Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
JaegerwaldDev committed Jan 6, 2024
1 parent fc879ba commit d653529
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 24 deletions.
15 changes: 1 addition & 14 deletions api/cmd/action_data.json
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
{
"mcwebgui": {
"release": "https://www.github.com/BastionMC/MCWebGUI/releases"
},
"mcpygui": {
"release": "https://www.github.com/BastionMC/MCPyGUI/releases"
},
"quartz-server": {
"release": "https://www.github.com/BastionMC/QuartzServer/releases"
},
"quartz-dashboard": {
"release": "https://www.github.com/BastionMC/QuartzDashboard/releases"
}
}
{"mcwebgui":{"release":"https://www.github.com/BastionMC/MCWebGUI/releases"},"mcpygui":{"release":"https://www.github.com/BastionMC/MCPyGUI/releases"},"quartz-server":{"release":"https://www.github.com/BastionMC/QuartzServer/releases"},"quartz-dashboard":{"release":"https://www.github.com/BastionMC/QuartzDashboard/releases"}}
Empty file added api/cmd/connection.txt
Empty file.
1 change: 1 addition & 0 deletions api/cmd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@

<h2>JSON API Files:<br></h2>
<ul>
<li><a href="./connection.txt">connection.txt</a></li>
<li><a href="./version.json">version.json</a></li>
<li><a href="./update.json">update.json</a></li>
<li><a href="./action_data.json">action_data.json</a></li>
Expand Down
4 changes: 1 addition & 3 deletions api/cmd/update.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"repository": "https://www.github.com/BastionMC/BastionCMD"
}
{"repository": "https://www.github.com/BastionMC/BastionCMD"}
8 changes: 1 addition & 7 deletions api/cmd/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
{
"latest": "1.0",
"valid": [
"1.0",
"dev"
]
}
{"latest":"1.0","valid":["1.0","dev"]}

0 comments on commit d653529

Please sign in to comment.