Skip to content

Commit

Permalink
feature(REPORT-342363): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu7101 authored and karthickthangasamy committed Dec 26, 2023
1 parent d40137b commit cf41509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/globals.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const Globals = {
SERVICE_URL: '/demos/services/api/ReportViewerWebApi',
DESIGNER_SERVICE_URL: '/demos/services/api/ReportDesignerWebApi',
SERVICE_URL: 'https://demos.boldreports.com/demos/services/api/ReportViewerWebApi',
DESIGNER_SERVICE_URL: 'https://demos.boldreports.com/demos/services/api/ReportDesignerWebApi',
TOOLBAR_OPTIONS: {
showToolbar: true,
items: ej.ReportViewer.ToolbarItems.All & ~ej.ReportViewer.ToolbarItems.Find,
Expand Down

0 comments on commit cf41509

Please sign in to comment.