ehh
This commit is contained in:
@ -54,7 +54,7 @@ def create_app():
|
||||
mod = importlib.util.module_from_spec(spec)
|
||||
spec.loader.exec_module(mod)
|
||||
if hasattr(mod, 'bp'):
|
||||
app.register_blueprint(mod.bp)
|
||||
app.register_blueprint(mod.bp, strict_slashes=False)
|
||||
except Exception as e:
|
||||
print(f"[⚠️] Failed to load routes from plugin '{plugin}': {e}")
|
||||
|
||||
|
Reference in New Issue
Block a user