We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110820d commit 25921ecCopy full SHA for 25921ec
public/api-doc/index.html
@@ -74,7 +74,7 @@
74
75
// Build a system
76
const ui = SwaggerUIBundle({
77
- url: "http://localhost:3000/swagger.json",
+ url: "http://doksmanager.herokuapp.com/swagger.json",
78
dom_id: '#swagger-ui',
79
deepLinking: true,
80
presets: [
server/config/express.js
@@ -21,7 +21,7 @@ const swaggerDefinition = {
21
url: 'http://www.apache.org/licenses/LICENSE-2.0.html',
22
}
23
},
24
- host: 'localhost:3000',
+ host: 'doksmanager.herokuapp.com',
25
basePath: '/',
26
};
27
0 commit comments