feat: inspect configurations #69

This commit is contained in:
0xJacky 2023-01-31 22:51:46 +08:00
parent 561771cf10
commit 768da42e35
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
23 changed files with 346 additions and 144 deletions

View file

@ -15,6 +15,10 @@ const ngx = {
reload() {
return http.post('/nginx/reload')
},
test() {
return http.post('/nginx/test')
}
}