File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const EXTENDED_SEARCH_BASE_URL = `${KIT_BASE_URL}/sp/campus/all/extendedS
55export const TERMS_URL = `${ KIT_BASE_URL } /sp/server/services/kit/terms.asp` ;
66export const ROOMS_QUICK_SEARCH_URL = `${ KIT_BASE_URL } /sp/server/services/kit/quicksearch.asp?type=room&find=` ;
77
8- export const ROOMS_SEARCH_URL = `${ KIT_BASE_URL } /search.php#!campus/all/search.asp?searchtype=room&searchterm=` ;
8+ export const ROOMS_SEARCH_URL = `https://campus.studium.kit.edu /search.php#!campus/all/search.asp?searchtype=room&searchterm=` ;
99
1010export const KIT_UID_REGEX = / 0 x [ 0 - 9 a - f A - F ] { 32 } / ;
1111export const KIT_CMS_BASE_EVENT_URL = `${ KIT_BASE_URL } /sp/campus/all/event.asp?gguid=` ;
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export class KITRoom {
104104 search_term = this . name . substring ( KITRoom . BUILDING_PREFIX . length ) ;
105105 }
106106
107- return `${ ROOMS_SEARCH_URL } ${ search_term } } ` ;
107+ return `${ ROOMS_SEARCH_URL } ${ search_term } ` ;
108108 }
109109
110110 constructor ( id : string , name : string ) {
You can’t perform that action at this time.
0 commit comments