Background
Currently, the log-viewer-webui client proxies API requests through the '/query/' path, but this doesn't account for other RESTful endpoints.
Objective
- Serve all Fastify routes under the '/api/' path
- Update the Vite configuration to proxy '/api/' to the backend server instead of just '/query/'
References
Assignee
@junhaoliao