feat: 🎸 Alla nyhetsbrev (#67)

GetNewsArchive istf. GetNewsOverview
This commit is contained in:
Johan Öbrink 2021-02-17 20:57:41 +01:00 committed by GitHub
parent ca0117ce64
commit f3f658fdd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export const classmates = (childId: string) => (
export const user = 'https://etjanst.stockholm.se/vardnadshavare/base/getuserdata'
export const news = (childId: string) => (
`https://etjanst.stockholm.se/vardnadshavare/inloggad2/News/GetNewsOverview?childId=${childId}`
`https://etjanst.stockholm.se/vardnadshavare/inloggad2/News/GetNewsArchive?bannerImageLimit=5000&childId=${childId}`
)
export const newsDetails = (childId: string, newsId: string) => (