Skip to content

Fix dumpster report API

Tore Bergebakken requested to merge fix-reports-api into develop

The API no longer serves all registered reports for a dumpster with userIDs of all who have reported it. It has a /mine endpoint for checking if you have reported the dumpster. Said endpoint doesn't even return your userID. Also fixed null not being sent to the API (though it should perhaps be handled in the API itself). However, I do not know if this will actually bring any performance benefits...

Merge request reports