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"
};