Compare commits
No commits in common. "d45c8a7e9ab1239c0e379301d8905348d24416fe" and "c3a11f1f3c7cfce7bac4b6b9201c26f5862b499d" have entirely different histories.
d45c8a7e9a
...
c3a11f1f3c
@ -1,28 +0,0 @@
|
||||
{
|
||||
"openapi":"3.0.2",
|
||||
"info": {
|
||||
"title":"API Title",
|
||||
"version":"1.0"
|
||||
},
|
||||
"servers": [
|
||||
{"url":"https://appreports.scode.ovh/v1"}
|
||||
],
|
||||
"paths": {
|
||||
"/app": {
|
||||
"get": {
|
||||
"description": "list all apps",
|
||||
"parameters": [],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json": {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -19,7 +19,7 @@
|
||||
v-else
|
||||
class="info"
|
||||
>
|
||||
Select an app to view its reports
|
||||
Select an app to view its Reports
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
Loading…
x
Reference in New Issue
Block a user