FIX update setting api

This commit is contained in:
jasder
2021-03-23 11:42:22 +08:00
parent ce18cc380a
commit 18ae3853d7
2 changed files with 15 additions and 4 deletions

View File

@@ -50,9 +50,9 @@ json.setting do
json.add do
json.array! @add, :name, :url, :key
end
json.personal do
json.array! @personal, :name, :url, :key
json.array! @personal
end
end