KoalaBotUK / KoalaBot

🐨 All in one Discord bot for student societies & communities
https://KoalaBot.uk
MIT License
11 stars 8 forks source link

Base cog API doesn't work on postman #388

Closed JayDwee closed 1 year ago

JayDwee commented 1 year ago

Describe the bug

tried on postman, doesn't work

To Reproduce

go postman, try. fail

Expected behaviour

work

Screenshots

No response

Additional context

No response

abluey commented 1 year ago

To give a slightly more in-depth explanation:

The routes(?) are not accepting JSON content and I do not know why or where to set the headers.

Tests pass because body is being passed with data= instead of json=; if they are passed with json= then it does not pass