Skip to content

Commit

Permalink
refactor main.py
Browse files Browse the repository at this point in the history
* better form params handling
* refactor bans endpoint
* refactor services endpoint
  • Loading branch information
syrk4web committed Jul 29, 2024
1 parent 59ae53a commit 5adecce
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 247 deletions.
2 changes: 1 addition & 1 deletion src/ui/client/vite.config.dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineConfig({
},
},
esbuild: {
drop: ["console.log"],
drop: ["console.log", "console.info", "console.warn"],
},
build: {
minify: "esbuild",
Expand Down
Loading

0 comments on commit 5adecce

Please sign in to comment.