mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 03:35:57 +08:00
FIX update setting api for nav bar url
This commit is contained in:
@@ -47,5 +47,12 @@ json.setting do
|
||||
json.new_course default_course_links
|
||||
json.old_projects_url @old_projects_url
|
||||
|
||||
json.add do
|
||||
json.array! @add, :name, :url, :key
|
||||
end
|
||||
|
||||
json.personal do
|
||||
json.array! @personal, :name, :url, :key
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user