umts / microservices-engine

Rails engine for attaching to our microservices and handling inter-service communication.
MIT License
0 stars 1 forks source link

'param is missing or value is empty: models' #34

Closed Anbranin closed 7 years ago

Anbranin commented 7 years ago

When making a request to the router, it seems to be needing accessible_models (specified in the yml file), when they are not technically supposed to be required. Requests should not fail based upon the absence of these models.

dfaulken commented 7 years ago

So this is an issue with the router, right?

Anbranin commented 7 years ago

Oh no