Skip to content

Commit cc8e751

Browse files
HydraClass default endpoint set True (#87)
1 parent 6f78199 commit cc8e751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydra_python_core/doc_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class HydraClass():
122122

123123
def __init__(
124124
self, title: str, desc: str, path: str = None,
125-
endpoint: bool = False, sub_classof: None = None, _id: str = None) -> None:
125+
endpoint: bool = True, sub_classof: None = None, _id: str = None) -> None:
126126
"""Initialize the Hydra_Class."""
127127
self.id_ = _id if _id is not None else "{}{}".format(DocUrl.doc_url, title)
128128
self.title = title

0 commit comments

Comments
 (0)