Skip to content

Commit

Permalink
Merge pull request #417 from rajnishdargan/release-1.0.0
Browse files Browse the repository at this point in the history
Issue #PS-2775: feat - Capturing V1 Player Telemetry
  • Loading branch information
itsvick authored Dec 10, 2024
2 parents 2532570 + 55444c0 commit e300b59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ const nextConfig = {
source: routes.API.GENERAL.GENERIC_EDITOR,
destination: `${PORTAL_BASE_URL}/:path*`, // Proxy to generic editor portal
},
{
source: '/sunbird-plugins/renderer/:path*',
destination: `${process.env.WORKSPACE_BASE_URL}/sunbird-plugins/renderer/:path*`
},
{
source: "/app/telemetry", // Match telemetry route
destination: `${process.env.WORKSPACE_BASE_URL}/api/telemetry`, // Redirect to telemetry proxy
Expand Down

0 comments on commit e300b59

Please sign in to comment.