SplatNet/config.js

4 lines
103 B
JavaScript
Raw Normal View History

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