@app.route("/bucket", methods=["POST"]) def bucket_post(): bucket_receive = request.form['bucket_give'] print(sample_receive) return jsonify({'msg': 'POST(기록) 연결 완료!'})
위의 코드와 같이 app.py 의 print 명령은 어디에다 쓰라는 명령이에요?
쓴 결과물은 어디서 확인 가능한가요?