mirror of
https://github.com/documize/community.git
synced 2025-08-08 15:05:28 +02:00
Merge branch 'master' into pre-release-tidy
This commit is contained in:
commit
25618bcc31
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module.exports = function(environment) {
|
||||||
};
|
};
|
||||||
|
|
||||||
ENV.apiHost = "https://localhost:5001";
|
ENV.apiHost = "https://localhost:5001";
|
||||||
ENV.apiHost = "https://demo1.dev:5001";
|
// ENV.apiHost = "https://demo1.dev:5001";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (environment === 'test') {
|
if (environment === 'test') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue