mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
The aliases re-encoded the module path into a name that no longer matched the source identifier (e.g. `use super::finder as mdns`). Use the actual module names at call sites; in the two web_server handlers the local `status` fn collides with the module, so the single call site uses the fully-qualified path instead. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>