Skip to content

Commit

Permalink
Added teacher list url to endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeusina committed Aug 9, 2023
1 parent 891e753 commit 04fb53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions petersbugredu_wrap/utils/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

LOGIN_URL = "https://dnevnik2.petersburgedu.ru/api/user/auth/login"
RELATED_CHILD_LIST_URL = "https://dnevnik2.petersburgedu.ru/api/journal/person/related-child-list"
TEACHER_LIST_URL="https://dnevnik2.petersburgedu.ru/api/journal/teacher/list?p_page={{page}}&p_educations%5B%5D={{education_id}}"

0 comments on commit 04fb53f

Please sign in to comment.