app: refactor upload handler registration
Move upload handler registration out of the file manager. Register the primary hander in the app module, and the Octoprint Comptaiblity handler in octoprint_compat. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
@@ -176,6 +176,7 @@ class MoonrakerApp:
|
||||
"moonraker.log", logfile, force=True)
|
||||
self.register_static_file_handler(
|
||||
"klippy.log", DEFAULT_KLIPPY_LOG_PATH, force=True)
|
||||
self.register_upload_handler("/server/files/upload")
|
||||
|
||||
def _get_path_option(self, config: ConfigHelper, option: str) -> str:
|
||||
path: Optional[str] = config.get(option, None)
|
||||
|
Reference in New Issue
Block a user