SplatNet/config.js
2026-02-05 10:40:13 +01:00

4 lines
No EOL
103 B
JavaScript

// note: this is just the default config
const CONFIG = {
API_BASE_URL: "http://127.0.0.1:5000"
};