mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
Fix merge conflict
This commit is contained in:
@@ -63,7 +63,6 @@ def listen(condition):
|
||||
return decorator
|
||||
|
||||
|
||||
def router(method, paths=None):
|
||||
def router(method, paths=None):
|
||||
def decorator(func):
|
||||
func.__is_router__ = True
|
||||
|
||||
Reference in New Issue
Block a user