fix: 🐛 Updated Timetable URLs (#659)

This commit is contained in:
Kajetan Kazimierczak 2023-10-07 23:33:45 +02:00 committed by GitHub
parent bee6d59283
commit e6ba622fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -570,7 +570,7 @@ export class ApiSkolplattformen extends EventEmitter implements Api {
await this.ssoAuthorize('TimetableViewer')
const body = {
getPersonalTimetablesRequest: {
hostName: 'fns.stockholm.se',
hostName: 'stockholm.skola24.se',
},
}
const session = this.getRequestInit({
@ -619,7 +619,7 @@ export class ApiSkolplattformen extends EventEmitter implements Api {
customerKey: '',
endDate: null,
height: 1063,
host: 'fns.stockholm.se',
host: 'stockholm.skola24.se',
periodText: '',
privateFreeTextMode: null,
privateSelectionMode: true,

View File

@ -86,18 +86,18 @@ export const createItemConfig =
// Skola24
export const ssoRequestUrl = (targetSystem: string) =>
`https://fnsservicesso1.stockholm.se/sso-ng/saml-2.0/authenticate?customer=https://login001.stockholm.se&targetsystem=${targetSystem}`
`https://stockholm-sso.skola24.se/nssso/saml-2.0/authenticate?customer=https://login001.stockholm.se&targetsystem=${targetSystem}`
export const ssoResponseUrl =
'https://login001.stockholm.se/affwebservices/public/saml2sso'
export const samlResponseUrl =
'https://fnsservicesso1.stockholm.se/sso-ng/saml-2.0/response'
'https://stockholm-sso.skola24.se/nssso/saml-2.0/response'
export const timetables =
'https://fns.stockholm.se/ng/api/services/skola24/get/personal/timetables'
'https://stockholm.skola24.se/ng/api/services/skola24/get/personal/timetables'
export const renderKey =
'https://fns.stockholm.se/ng/api/get/timetable/render/key'
export const timetable = 'https://fns.stockholm.se/ng/api/render/timetable'
'https://stockholm.skola24.se/ng/api/get/timetable/render/key'
export const timetable = 'https://stockholm.skola24.se/ng/api/render/timetable'
export const topologyConfigUrl =
'https://fantomenkrypto.vercel.app/api/getConfig'