change game du url from config.js file
This commit is contained in:
4
public/config.js
Normal file
4
public/config.js
Normal file
@@ -0,0 +1,4 @@
|
||||
window.APP_CONFIG = {
|
||||
PUBLIC_GAME_DU_API_URL: "https://game-du.teachertrainingkolkata.in",
|
||||
siteName: "Interakto Games"
|
||||
};
|
||||
@@ -195,7 +195,7 @@ function submitUserData(drawingZone) {
|
||||
})
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
console.log('Gallery Response Data', data)
|
||||
// console.log('Gallery Response Data', data)
|
||||
|
||||
if(data.screenshotUrl){
|
||||
let userData = {
|
||||
|
||||
@@ -33,7 +33,7 @@ const gameType = gameName[3].split('?id=');
|
||||
// console.log('Type - 3');
|
||||
// }
|
||||
|
||||
console.log(gameVersion)
|
||||
// console.log(gameVersion)
|
||||
|
||||
function submitUserData(drawingZone) {
|
||||
const endTime = Date.now();
|
||||
|
||||
Reference in New Issue
Block a user