We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb4287 commit 46db117Copy full SHA for 46db117
scripts/catalog/updateDestinations.js
@@ -12,7 +12,7 @@ const {
12
13
require('dotenv').config();
14
15
-const PAPI_URL = "https://api.segmentapis.build";
+const PAPI_URL = "https://api.segmentapis.com";
16
17
// Function to remove hidden fields from action
18
const removeHiddenFields=function (actions) {
0 commit comments