Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the node command runs forever #3

Open
neetijain opened this issue Jun 23, 2016 · 0 comments
Open

the node command runs forever #3

neetijain opened this issue Jun 23, 2016 · 0 comments

Comments

@neetijain
Copy link

Hello,

I've built the microservices using service fabric and they are currently deployed on my local cluster. I wanted to aggregrate the documentation and see the result. I installed swagger nuget package in the service layer and now I'm running your module. Here is how the json file looks like for me:

{

"list_url": [
    {

 "docs": "http://localhost:8622/swagger/docs/1.0,",

  "base_path": "http://localhost:8622",

  "route_match": ["/api/*"]
    },

{

"docs": "http://localhost:8625/swagger/docs/1.0,",

"base_path": "http://localhost:8625",

"route_match": ["/api/*"]

}

],

"info": { "title": "Documentation Demo API", "version": "1.0" },

"port": 3000
}

However the node command is running forever giving message "Combining swaggers http://::::3000"

Do you have any idea of why its not working.

Regards
Neeti

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant