add test-site for testing
This commit is contained in:
parent
320803b4b9
commit
fa47232ecf
|
@ -16,7 +16,10 @@ class Panel::Feed::BackEnd::FeedsController < OrbitBackendController
|
||||||
["總務處 - 經營管理組", "fss.ga.ntu.edu.tw", "8"],
|
["總務處 - 經營管理組", "fss.ga.ntu.edu.tw", "8"],
|
||||||
["總務處 - 駐警隊", "police.ga.ntu.edu.tw", "9"],
|
["總務處 - 駐警隊", "police.ga.ntu.edu.tw", "9"],
|
||||||
["社科院總務分處", "social.ga.ntu.edu.tw", "10"],
|
["社科院總務分處", "social.ga.ntu.edu.tw", "10"],
|
||||||
["醫學院總務分處", "medicine.ga.ntu.edu.tw", "11"] ]
|
["醫學院總務分處", "medicine.ga.ntu.edu.tw", "11"],
|
||||||
|
["[測試站]ntu-ga-sec","ntu-ga-sec-new.tp.rulingcom.com","12"],
|
||||||
|
["[測試站]ntu-ga-police","ntu-ga-police-new.tp.rulingcom.com","13"] ]
|
||||||
|
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@feeds = AnnouncementFeed.where({from_request: false})
|
@feeds = AnnouncementFeed.where({from_request: false})
|
||||||
|
|
Loading…
Reference in New Issue