Skip to content
Snippets Groups Projects
Commit 656594bc authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

fix: simplify swagger config

parent 741c414b
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,6 @@ export default (fastify) => { ...@@ -12,8 +12,6 @@ export default (fastify) => {
url: 'https://forum.monnaie-libre.fr', url: 'https://forum.monnaie-libre.fr',
description: 'Find more info the forum! Ask for @ManUtopiK or @poka' description: 'Find more info the forum! Ask for @ManUtopiK or @poka'
}, },
// host: `0.0.0.0:${fastify.config.PORT}`,
schemes: ['http', 'https'],
consumes: ['application/json'], consumes: ['application/json'],
produces: ['application/json'] produces: ['application/json']
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment