mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 19:05:55 +02:00
feat: inspect configurations #69
This commit is contained in:
parent
561771cf10
commit
768da42e35
23 changed files with 346 additions and 144 deletions
|
@ -15,6 +15,10 @@ const ngx = {
|
|||
|
||||
reload() {
|
||||
return http.post('/nginx/reload')
|
||||
},
|
||||
|
||||
test() {
|
||||
return http.post('/nginx/test')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue