vitrum-connect / 5gla-api

This service provides the integration of multiple sensors with the 5gLa platform. It is part of the 5GLA project, which is funded by the German Federal Ministry of Transport and Digital Infrastructure ( BMVI).The website of the project is https://www.5gla.de/, you can find all additional information there.
https://www.5gla.de/
Apache License 2.0
0 stars 0 forks source link

Update `runAllImports` method to handle all content types #202

Closed saschadoemer closed 6 months ago

saschadoemer commented 6 months ago

Removed the consumes attribute from the @PostMapping annotation in the runAllImports method. This will make the server more flexible by allowing it to handle requests of any content type, not just those with APPLICATION_JSON_VALUE.