Commit abec6164 by Julien Jorry

API : allow export to csv + fix map poi get all without pagination

parent f5ce8281
......@@ -266,16 +266,16 @@ api_platform:
# # ...
# # The list of enabled formats. The first one will be the default.
# formats:
# jsonld:
# mime_types: ['application/ld+json']
# json:
# mime_types: ['application/json']
# html:
# mime_types: ['text/html']
# The list of enabled formats. The first one will be the default.
formats:
# jsonld:
# mime_types: ['application/ld+json']
json:
mime_types: ['application/json']
# html:
# mime_types: ['text/html']
csv:
mime_types: ['text/csv']
# # ...
......
......@@ -20,6 +20,7 @@ use Symfony\Component\Serializer\Annotation\Groups;
* "method"="GET",
* "input"=false,
* "output"=Map::class,
* "pagination_enabled"=false,
* "path"="/public/poi/all",
* "read"=false,
* "swagger_context" = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment