adding debug code

This commit is contained in:
2021-12-10 11:36:35 +00:00
parent b9f03cf207
commit 00e52a3127
4 changed files with 31 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import axios from "axios";
import { hashAPIPath } from "./";
const configEndpoint = process.env.GG_PROVIDER_CONFIG_ENDPOINT;
const ggClientID = process.env.GG_ClIENT_ID;
const ggClientID = process.env.GG_CLIENT_ID;
const ggClientSecret = process.env.GG_CLIENT_SECRET;
const WEBAPI_URL =
process.env.RELAY_ROOT ||