Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #144 from zarathustra323/fii-package-name
Browse files Browse the repository at this point in the history
Fix package name and set default proxy URL
  • Loading branch information
zarathustra323 authored Aug 11, 2021
2 parents 62db88d + 0addd76 commit 3753b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/marko-web-p1-fii/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@parameter1/marko-web-p1-fii",
"name": "@parameter1/base-cms-marko-web-p1-fii",
"version": "2.39.0",
"description": "Parameter1 form integrations for BaseCMS/Marko websites.",
"author": "Jacob Bare <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/marko-web-p1-fii/proxy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const proxy = require('express-http-proxy');

module.exports = (app, {
url = process.env.P1_FII_API_URL,
url = process.env.P1_FII_API_URL || 'https://fii.parameter1.com/',
orgZone,
headers,
}) => {
Expand Down

0 comments on commit 3753b2f

Please sign in to comment.