Skip to content

Commit

Permalink
feat: 🎸 Alla nyhetsbrev (kolplattformen#67)
Browse files Browse the repository at this point in the history
GetNewsArchive istf. GetNewsOverview
  • Loading branch information
JohanObrink authored Feb 17, 2021
1 parent ca0117c commit f3f658f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => (
Expand Down

0 comments on commit f3f658f

Please sign in to comment.