forked from spacebar/SplatNet
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
|
|
// note: this is just the default config
|
||
|
|
const CONFIG = {
|
||
|
|
API_BASE_URL: "http://127.0.0.1:5000"
|
||
|
|
};
|