:art:加了些注释

This commit is contained in:
coward
2024-08-09 11:45:32 +08:00
parent 864cf2f3f8
commit 49a851ac92
5 changed files with 21 additions and 21 deletions

View File

@@ -44,6 +44,7 @@ func (ClientApi) Save(c *gin.Context) {
return
}
component.Wireguard().ServerControl("E:\\Workspace\\Go\\wireguard-ui\\template\\tmp\\wg0.conf")
response.R(c).OK()
}
@@ -63,6 +64,7 @@ func (ClientApi) Delete(c *gin.Context) {
return
}
component.Wireguard().ServerControl("E:\\Workspace\\Go\\wireguard-ui\\template\\tmp\\wg0.conf")
response.R(c).OK()
}