Skip to content

Commit

Permalink
confirming if apiProxy is being created
Browse files Browse the repository at this point in the history
  • Loading branch information
MenGonz committed Jan 20, 2025
1 parent cd968c6 commit 3ee2051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontdoor-endpoints/apiProxy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const { createProxyMiddleware } = require('http-proxy-middleware');

const apiProxy = () => {
console.log('[Debug: API Proxy Creation] Initializing Proxy Middleware');
return createProxyMiddleware({
target: process.env.APIMS_BASE_URL,
changeOrigin: true,
Expand Down

0 comments on commit 3ee2051

Please sign in to comment.