adding debug code
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user