Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into c…
Browse files Browse the repository at this point in the history
…ollector-refactor
  • Loading branch information
timothycarambat committed Dec 14, 2023
2 parents f2176f1 + 5f6a013 commit a05f07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ app
.listen(process.env.SERVER_PORT || 3001, async () => {
await setupTelemetry();
console.log(
`Example app listening on port ${process.env.SERVER_PORT || 3001}`
`Primary server listening on port ${process.env.SERVER_PORT || 3001}`
);
})
.on("error", function (err) {
Expand Down

0 comments on commit a05f07e

Please sign in to comment.