paul-bokelman / cc

ClubCompass client and server monorepo
0 stars 0 forks source link

task: use axios params in http requests #26

Open paul-bokelman opened 6 months ago

paul-bokelman commented 6 months ago

Description

Currently the query params of requests made to the server are generated from pathFromArgs but there is a better way of doing this. pathFromArgs can still be used for url params but for query params the axios params option should be used.

Parent: #3