SplatNet/config.js

4 lines
107 B
JavaScript
Raw Normal View History

2026-02-05 10:40:13 +01:00
// note: this is just the default config
const CONFIG = {
2026-02-06 23:01:30 +01:00
API_BASE_URL: "http://192.168.1.177:5000"
2026-02-05 10:40:13 +01:00
};