This commit is contained in:
alikhanich 2023-03-17 11:17:12 +03:00
parent 8e6504c1de
commit 2130289caf
16 changed files with 30 additions and 30 deletions

View file

@ -3,7 +3,7 @@ package jsondb
import (
"encoding/json"
"fmt"
"github.com/ngoduykhanh/wireguard-ui/model"
"github.com/alikhanich/wireguard-ui/model"
)
func (o *JsonDB) GetWakeOnLanHosts() ([]model.WakeOnLanHost, error) {