Skip to content

Commit 6835494

Browse files
committed
append /api to default external notifications url
1 parent 0e7e2f5 commit 6835494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/core/server/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ const config = convict({
508508
external_notifications_api_url: {
509509
doc: "URL to forward notifications information to an external url.",
510510
format: "url",
511-
default: "http://localhost:7003",
511+
default: "http://localhost:7003/api",
512512
env: "EXTERNAL_NOTIFICATIONS_API_URL",
513513
},
514514
external_notifications_api_key: {

0 commit comments

Comments
 (0)