Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed May 2, 2023
1 parent 1509fb2 commit c70f568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ApiFunctions/MemberEndPoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ export function memberEndPoints(app) {
}

let data = await rank.build();
// set the content type to PNG
res.set("Content-Type", "image/png");
res.send(data);
});

Expand Down

0 comments on commit c70f568

Please sign in to comment.