We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e88b78 commit 5b28a25Copy full SHA for 5b28a25
1 file changed
src/collection-api/server.js
@@ -19,7 +19,7 @@ app.use(errorsMiddleware);
19
20
const port = config.get('@opentermsarchive/engine.collection-api.port');
21
22
-app.listen(port);
+app.listen(port, '127.0.0.1');
23
24
if (process.env.NODE_ENV !== 'test') {
25
logger.info(`Start Open Terms Archive API on http://localhost:${port}${BASE_PATH}`);
0 commit comments