Skip to content

Commit b4e1ac6

Browse files
feature(REPORT-481519): Feedback comments addressed
1 parent 452ea34 commit b4e1ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/globals.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const Globals = {
2-
SERVICE_URL: 'https://demos.boldreports.com/services/api/ReportViewerWebApi',
3-
DESIGNER_SERVICE_URL: 'https://demos.boldreports.com/services/api/ReportDesignerWebApi',
2+
SERVICE_URL: '/services/api/ReportViewerWebApi',
3+
DESIGNER_SERVICE_URL: '/services/api/ReportDesignerWebApi',
44
REPORT_CONTROL_ID: 'reportdesigner',
55
TOOLBAR_OPTIONS: {
66
showToolbar: true,

0 commit comments

Comments
 (0)