()
| 61 | |
| 62 | @app.route("/api/open_models_folder") |
| 63 | def open_models_folder(): |
| 64 | # TODO: Switch to using a web ui to render the models folder |
| 65 | show_in_file_manager(MODELS_DIR) |
| 66 | return "" |
| 67 | |
| 68 | @app.route("/api/settings") |
| 69 | def api_settings(): |
nothing calls this directly
no outgoing calls
no test coverage detected