💚 Github 주소 💚 https://github.com/nicesugi/turtlegram_frontend.git https://github.com/nicesugi/turtlegram_backend.git 둘 이상의 함수를 래핑하려다가 발생한 오류다. 해결방법으로 몇 가지를 찾았는데, 내가 사용한 방법은 wrap 이다. wrapper.__name__ = func.__name__ endpoint 값을 변경 함수 이름을 바꾸기 wrap 으로 묶기 20번과 21번 사이에 @wrap을 써주면 해결된다. def authorize(f): @wraps(f) def decorated_function(): if not 'Authorization' in request.headers: abort(401) token = ..