Validate profile picture upload type and return normalized MIME.
(file_storage)
| 17305 | return resp |
| 17306 | |
| 17307 | @app.route("/profiler/att/<int:aid>/delete", methods=["POST"]) |
| 17308 | @login_required |
| 17309 | def profiler_att_delete(aid: int): |
| 17310 | """profiler_att_delete. |
| 17311 | |
| 17312 | Route handler or application helper. |
| 17313 | |
| 17314 | This docstring was expanded to make future maintenance easier. |
| 17315 | |
| 17316 | Args: |
| 17317 | aid: Parameter. |
| 17318 | |
| 17319 | Returns: |
| 17320 | Varies. |
no test coverage detected