Skip to content

Commit

Permalink
Update servers.lua
Browse files Browse the repository at this point in the history
Path error fixed.
  • Loading branch information
Olympus-E authored Feb 2, 2023
1 parent 0edd66e commit 29cbf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/luci/model/cbi/tinyfecvpn/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ s.anonymous = true
s.addremove = true
s.sortable = true
s.template = "cbi/tblsection"
s.extedit = dsp.build_url("admin/vpn/tinyfecvpn/servers/%s")
s.extedit = dsp.build_url("admin/services/tinyfecvpn/servers/%s")
function s.create(...)
local sid = TypedSection.create(...)
if sid then
Expand Down

0 comments on commit 29cbf52

Please sign in to comment.