botserver/web/desktop/chat
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.css feat: add Chat navigation link and section mapping 2025-11-16 22:53:51 -03:00
chat.html refactor(web): consolidate routing and expose auth handler 2025-11-17 10:00:12 -03:00
chat.js refactor(web): consolidate routing and expose auth handler 2025-11-17 10:00:12 -03:00