moleculerjs / moleculer-web

:earth_africa: Official API Gateway service for Moleculer framework
http://moleculer.services/docs/moleculer-web.html
MIT License
292 stars 118 forks source link

Sometime the list of REST api is missing some functions #319

Closed boygiandi closed 1 year ago

boygiandi commented 1 year ago

I wrote a service name user that published some rest api like /api/user/register , /api/user/login. I tried to restart moleculer many times, some time, I got all services correct like this: https://imgur.com/5bMGNpI But sometime, it miss the /user API like this: https://imgur.com/0QrYTra

What's going on here?

boygiandi commented 1 year ago

It's my mistake