Skip to content

Commit

Permalink
[update] router
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudw committed Dec 27, 2023
1 parent 0d1fb25 commit 456fabb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file removed cookie.txt
Empty file.
1 change: 1 addition & 0 deletions router/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func FactoryRouter(siteID string, sUrl []string) (map[string]interface{}, error)
Router["ouroots.nlc.cn"] = new(OurootsNlc)
//[中国]国家哲学社会科学文献中心
Router["www.ncpssd.org"] = new(Ncpssd)
Router["www.ncpssd.cn"] = new(Ncpssd)
//[中国]云南中医药大学古籍图书馆
Router["guji.ynutcm.edu.cn"] = new(GujiYnutcm)
//山东中医药大学古籍数字图书馆
Expand Down

0 comments on commit 456fabb

Please sign in to comment.