I need to add Open API to my moleculer project
1) Make new service called openapi.service.js In services list as per the documentation
2) Edit Api gateway file and add open api Route
3) Run molecular in development mode (npm run dev )
Question 1
{sever url} openapi/openapi.json this one working
{sever url} openapi/ui this one not working only show loading screen
I need to add Open API to my moleculer project 1) Make new service called openapi.service.js In services list as per the documentation 2) Edit Api gateway file and add open api Route 3) Run molecular in development mode (npm run dev )
Question 1
{sever url} openapi/openapi.json this one working {sever url} openapi/ui this one not working only show loading screen
Whats wrong with this code
const Openapi = require('moleculer-auto-openapi')