@rcsb/rcsb-documentation 0.1.32 → 0.1.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server/docsApi.js +1 -1
package/package.json
CHANGED
package/server/docsApi.js
CHANGED
|
@@ -4,7 +4,7 @@ if (typeof fetch === 'undefined') {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
// Use native fetch in the browser environment
|
|
7
|
-
|
|
7
|
+
let CONTENT_URL = process.env.RCSB_DOCS_CONTENT_URL;
|
|
8
8
|
const GROUP = 'group';
|
|
9
9
|
const ITEM = 'item';
|
|
10
10
|
const ROOT_ID = 'rcsb-documentation';
|