Skip to content

feat: call typed RPC at /v1 instead of /api#13

Merged
mhweiner merged 1 commit into
mainfrom
feat/rpc-mount-v1
Jul 10, 2026
Merged

feat: call typed RPC at /v1 instead of /api#13
mhweiner merged 1 commit into
mainfrom
feat/rpc-mount-v1

Conversation

@logfox-agent

Copy link
Copy Markdown
Contributor

Summary

  • Change RPC path from ${apiUrl}/api/${method} to ${apiUrl}/v1/${method}
  • /v1/ingest unchanged

Test plan

  • CI green
  • logfox login / team commands work against an API with /v1 mount

Hostnames already say api.*; /v1 is a clearer versioning prefix and
keeps RPC off /healthcheck, /upload, and other non-RPC routes.
@mhweiner mhweiner merged commit aeb91ef into main Jul 10, 2026
3 checks passed
@mhweiner mhweiner deleted the feat/rpc-mount-v1 branch July 10, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants