CommiteDev / Commite-auth-service

Documentation comments not found for functions and classes JS-D1001
Documentation
Minor
a year agoa year old
Documentation comment not found for arrow function start
43  }
44)
45
46const start = async () => {47  try {
48    await fastify.listen({ port: port })
49    fastify.swagger()