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.
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.
Removed the
consumes
attribute from the@PostMapping
annotation in therunAllImports
method. This will make the server more flexible by allowing it to handle requests of any content type, not just those withAPPLICATION_JSON_VALUE
.