Skip to content

Commit

Permalink
✨ Add more place
Browse files Browse the repository at this point in the history
  • Loading branch information
펜타곤 authored and 펜타곤 committed May 16, 2024
1 parent bedf303 commit 4413bb7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const AccessTokenExpire = 15 * 60

var LocationList = []string{
// 본관
"본관",
"본관 교무실",
"1-1 교실",
"1-2 교실",
Expand All @@ -17,20 +18,25 @@ var LocationList = []string{
"2-4 교실",
"2-5 교실",
"2-6 교실",
"과학실",
"20X호",
"30X호",
"법인사무실",

// 신관
"신관",
"신관 교무실",
"디미카페",
"다목적 학습실",
"휴머노이드연구실",
"세미나실",
"열람실",
"3-1 교실",
"3-2 교실",
"3-3 교실",
"3-4 교실",
"3-5 교실",
"3-6 교실",
"강당",

// 기타
"운동장",
Expand Down

0 comments on commit 4413bb7

Please sign in to comment.