Skip to content

Commit

Permalink
hotfix: use new endpoint for calendar (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa authored Feb 20, 2024
2 parents 018b108 + 42352e5 commit 718d242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni/lib/controller/fetchers/calendar_fetcher_html.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CalendarFetcherHtml implements SessionDependantFetcher {
// TODO(bdmendes): Implement parsers for all faculties
// and dispatch for different fetchers
final url = '${NetworkRouter.getBaseUrl('feup')}'
'web_base.gera_pagina?p_pagina=página%20estática%20genérica%20106';
'web_base.gera_pagina?p_pagina=calend%c3%a1rio%20escolar';
return [url];
}

Expand Down

0 comments on commit 718d242

Please sign in to comment.