mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 19:05:55 +02:00
fix: terminal process not killed #181
This commit is contained in:
parent
4b75aed9f6
commit
5fcad2311b
12 changed files with 271 additions and 121 deletions
|
@ -66,7 +66,7 @@ func AddEnvironment(c *gin.Context) {
|
|||
Name: json.Name,
|
||||
URL: json.URL,
|
||||
Token: json.Token,
|
||||
OperationSync: &json.OperationSync,
|
||||
OperationSync: json.OperationSync,
|
||||
SyncApiRegex: json.SyncApiRegex,
|
||||
}
|
||||
|
||||
|
@ -107,7 +107,7 @@ func EditEnvironment(c *gin.Context) {
|
|||
Name: json.Name,
|
||||
URL: json.URL,
|
||||
Token: json.Token,
|
||||
OperationSync: &json.OperationSync,
|
||||
OperationSync: json.OperationSync,
|
||||
SyncApiRegex: json.SyncApiRegex,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue