diff --git a/cspell.json b/cspell.json index 2ce0c63..b5e14ea 100644 --- a/cspell.json +++ b/cspell.json @@ -9,6 +9,7 @@ "codebases", "codepoint", "codepoints", + "clippy", "dotenv", "hookform", "iname", diff --git a/src/services/file.rs b/src/services/file.rs index 5a52266..e4fca0f 100644 --- a/src/services/file.rs +++ b/src/services/file.rs @@ -17,7 +17,10 @@ pub async fn process_file_request(state: &AppState, path: &str) -> Result