Listory/frontend/src/api
Julian Tölle 40ce26eadd fix(frontend): fix encoding of queryparameters in api calls
We had a bug where the "+" before the timezone in ISO8601 strings was
being parsed as " " in the server because it was not properly encoded.

By using URLSearchParams to create our querystring we should be fine.
2020-06-01 21:19:50 +02:00
..
entities feat(frontend): render simple listen report 2020-05-09 19:24:17 +02:00
api.ts fix(frontend): fix encoding of queryparameters in api calls 2020-06-01 21:19:50 +02:00