Skip to content

Commit 2657147

Browse files
authored
Merge pull request #1027 from openzim/datacup_wp
Hidden datacup Wharehouse Path
2 parents 7a44cc9 + 954a7fc commit 2657147

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dispatcher/backend/src/common/enum.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class WarehousePath:
7373
hidden_endless = "/.hidden/endless"
7474
hidden_bard = "/.hidden/bard"
7575
hidden_bsf = "/.hidden/bsf"
76+
hidden_datacup = "/.hidden/datacup"
7677
hidden_private = "/.hidden/private"
7778
hidden_custom_apps = "/.hidden/custom_apps"
7879
videos = "/videos"
@@ -88,6 +89,7 @@ def all(cls):
8889
cls.hidden_endless,
8990
cls.hidden_bard,
9091
cls.hidden_bsf,
92+
cls.hidden_datacup,
9193
cls.hidden_custom_apps,
9294
]
9395

dispatcher/frontend-ui/src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export default {
345345
"/wikinews", "/wikipedia", "/wikiquote", "/wikisource",
346346
"/wikiversity", "/wikivoyage", "/wiktionary", "/zimit",
347347
"/.hidden/dev", "/.hidden/private", "/.hidden/endless",
348-
"/.hidden/bard", "/.hidden/bsf", "/.hidden/custom_apps"],
348+
"/.hidden/bard", "/.hidden/bsf", "/.hidden/datacup", "/.hidden/custom_apps"],
349349
offliners: ["mwoffliner", "youtube", "phet", "gutenberg", "sotoki", "nautilus", "ted", "openedx", "zimit", "kolibri", "wikihow", "ifixit", "freecodecamp", "devdocs"],
350350
periodicities: ["manually", "monthly", "quarterly", "biannualy", "annually"],
351351
memory_values: [536870912, // 512MiB

0 commit comments

Comments
 (0)