Skip to content

Commit

Permalink
fix: server not starting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Dec 20, 2023
1 parent 6a25182 commit 28189f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyflask/apis/apiManageDatasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ def patch(self):
})

@api.route("/bf_banner_image/scale_image")
class window.scaleBannerImage(Resource):
class scaleBannerImage(Resource):
parser_image = reqparse.RequestParser(bundle_errors=True)
parser_image.add_argument('image_file_path', type=str, required=True, location='json', help='The file path of the image to be resized.')

Expand Down

0 comments on commit 28189f9

Please sign in to comment.