botserver/web/desktop
Rodrigo Rodriguez (Pragmatismo) f9a1e3a8c0 refactor(web): consolidate routing and expose auth handler
- Add `*.log` to `.gitignore` to exclude log files from version control.
- Change `auth_handler` to `pub` in `src/auth/mod.rs` to make the endpoint publicly accessible.
- Remove unused `bot_index` import and route; replace direct service registration with `web_server::configure_app` in `src/main.rs`.
- Refactor `src/web_server/mod.rs`:
  - Remove the `bot_index` handler.
  - Introduce `serve_html` helper for loading HTML pages.
  - Simplify static file serving by configuring separate routes for JS and CSS assets.
  - Centralize all route and static file configuration in `configure_app`.
- Clean up related imports and improve error handling for missing pages.
2025-11-17 10:00:12 -03:00
..
chat refactor(web): consolidate routing and expose auth handler 2025-11-17 10:00:12 -03:00
css Clean up desktop module files 2025-11-16 22:57:02 -03:00
drive feat(editor, settings): refactor state handling and enhance validation 2025-11-15 21:52:53 -03:00
js feat: add Chat navigation link and section mapping 2025-11-16 22:53:51 -03:00
mail feat(editor, settings): refactor state handling and enhance validation 2025-11-15 21:52:53 -03:00
public feat(desktop): add new navigation links to index.html 2025-11-15 19:52:24 -03:00
tasks feat(editor, settings): refactor state handling and enhance validation 2025-11-15 21:52:53 -03:00
index.html refactor(web): consolidate routing and expose auth handler 2025-11-17 10:00:12 -03:00