Skip to content

Commit 1f6ef4e

Browse files
author
Lasim
committed
fix(backend): clarify backend API base URL description
1 parent 96a05fa commit 1f6ef4e

File tree

1 file changed

+1
-1
lines changed
  • services/backend/src/global-settings

1 file changed

+1
-1
lines changed

services/backend/src/global-settings/global.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const globalSettings: GlobalSettingsModule = {
2323
name: 'Backend URL',
2424
defaultValue: 'http://localhost:3000',
2525
type: 'string',
26-
description: 'Base URL for the application backend API.',
26+
description: 'Base URL for the application backend API. Do not include /api/ path or trailing slash (e.g., https://backend.example.com).',
2727
encrypted: false,
2828
required: true
2929
},

0 commit comments

Comments
 (0)