mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
enhance: nginx control
This commit is contained in:
parent
30f75ff7cd
commit
f7d9f2564f
8 changed files with 131 additions and 69 deletions
|
@ -46,7 +46,7 @@ const ngx = {
|
|||
return http.post('/ngx/format_code', { content })
|
||||
},
|
||||
|
||||
status() {
|
||||
status(): Promise<{ running: boolean }> {
|
||||
return http.get('/nginx/status')
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue