Skip to content

Commit

Permalink
get
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed May 2, 2023
1 parent 8d7d0ac commit 9063057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ApiFunctions/MemberEndPoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function memberEndPoints(app) {
});
});

app.post("profileTester", async function (req, res) {
app.get("profileTester", async function (req, res) {
const rank = new Rank()
.setUsername("Kraken")
.setAvatar(
Expand Down

0 comments on commit 9063057

Please sign in to comment.