forked from spacebar/SplatNet
add SPFN login support
This commit is contained in:
parent
42f2618417
commit
d698b78ba7
3 changed files with 29 additions and 20 deletions
4
config.js
Normal file
4
config.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// note: this is just the default config
|
||||
const CONFIG = {
|
||||
API_BASE_URL: "http://127.0.0.1:5000"
|
||||
};
|
||||
Loading…
Reference in a new issue