mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
fix: getPupilFields url
This commit is contained in:
parent
2a0ffdb8ef
commit
c70f7b4215
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ export class BaseClient {
|
|||
async getPupilFields(): Promise<PupilFieldsResponse> {
|
||||
return (
|
||||
await this.makeAuthedRequest(
|
||||
this.API_BASE + "/apiv2student/customfields/" + this.studentId,
|
||||
this.API_BASE + "/customfields/" + this.studentId,
|
||||
{
|
||||
method: "GET"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue