mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-24 00:24:06 +03:00
Some comment fixes (#278)
This commit is contained in:
parent
310c8343d3
commit
e76c573b1d
3 changed files with 5 additions and 5 deletions
|
@ -175,7 +175,7 @@ func WireGuardClients(db store.IStore) echo.HandlerFunc {
|
|||
}
|
||||
}
|
||||
|
||||
// GetClients handler return a list of Wireguard client data
|
||||
// GetClients handler return a JSON list of Wireguard client data
|
||||
func GetClients(db store.IStore) echo.HandlerFunc {
|
||||
return func(c echo.Context) error {
|
||||
|
||||
|
@ -190,7 +190,7 @@ func GetClients(db store.IStore) echo.HandlerFunc {
|
|||
}
|
||||
}
|
||||
|
||||
// GetClient handler return a of Wireguard client data
|
||||
// GetClient handler returns a JSON object of Wireguard client data
|
||||
func GetClient(db store.IStore) echo.HandlerFunc {
|
||||
return func(c echo.Context) error {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue