Skip to content

Commit 62c36ad

Browse files
committed
Updated to use new uri for GraphDevEx API
1 parent 10de063 commit 62c36ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"write-file-webpack-plugin": "4.5.1"
7878
},
7979
"scripts": {
80-
"start": "node scripts/start.js",
81-
"build": "node scripts/build.js",
80+
"start": "node --openssl-legacy-provider scripts/start.js",
81+
"build": "node --openssl-legacy-provider scripts/build.js",
8282
"test": "node scripts/test.js"
8383
},
8484
"eslintConfig": {

src/common/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const devxEndPoint =
2-
"https://graphexplorerapi.azurewebsites.net/api/graphexplorersnippets";
2+
"https://devxapi-func-prod-eastus.azurewebsites.net/api/graphexplorersnippets";
33

44
const getPowershellCmd = async function (snippetLanguage, method, url, body) {
55
if (url.includes("$batch")) {

0 commit comments

Comments
 (0)