fix of the direction for _match_mail
This commit is contained in:
@@ -300,7 +300,7 @@ def _match_student_cards(path):
|
|||||||
|
|
||||||
def _match_mail(path):
|
def _match_mail(path):
|
||||||
if not path: return False
|
if not path: return False
|
||||||
return path.startswith(('/'))
|
return path.startswith(('/configure'))
|
||||||
|
|
||||||
# Register core modules into the pipeline
|
# Register core modules into the pipeline
|
||||||
MODULES.register('inventory', INVENTORY_MODULE_ENABLED, _match_inventory)
|
MODULES.register('inventory', INVENTORY_MODULE_ENABLED, _match_inventory)
|
||||||
|
|||||||
Reference in New Issue
Block a user