mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 09:08:07 -05:00
Use the default stated in the docs
This commit is contained in:
parent
37f0eb3348
commit
801e3e1f3b
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
module.exports = {
|
||||
API_HOST: JSON.stringify(process.env.API_HOST || 'http://staging.scratch.mit.edu')
|
||||
API_HOST: JSON.stringify(process.env.API_HOST || 'http://api-staging.scratch.mit.edu')
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue