change game du url from config.js file

This commit is contained in:
2025-11-21 15:24:11 +05:30
parent a975289aa7
commit e8b952b98b
31 changed files with 183 additions and 104 deletions

4
public/config.js Normal file
View File

@@ -0,0 +1,4 @@
window.APP_CONFIG = {
PUBLIC_GAME_DU_API_URL: "https://game-du.teachertrainingkolkata.in",
siteName: "Interakto Games"
};

View File

@@ -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 = {

View File

@@ -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();