mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 14:52:54 +01:00
@@ -2,5 +2,5 @@ const remote = require('@electron/remote');
|
|||||||
|
|
||||||
export default function getDocsEndpoint() {
|
export default function getDocsEndpoint() {
|
||||||
const localDocs = remote.getGlobal('useLocalDocs');
|
const localDocs = remote.getGlobal('useLocalDocs');
|
||||||
return localDocs ? 'http://localhost:3000' : 'https://noodlapp.github.io/noodl-docs/';
|
return localDocs ? 'http://localhost:3000' : 'https://noodlapp.github.io/noodl-docs';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user