feature: server: route: get rid of mock-require

This commit is contained in:
coderaiser 2024-03-21 09:56:12 +02:00
parent a03185e14e
commit e01ee4575b
5 changed files with 52 additions and 44 deletions

View file

@ -9,7 +9,7 @@ root = true
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
trim_trailing_whitespace = false
indent_style = space
indent_size = 4