[37.2.1] Rename LawNet BFF API routes under /api/lawnet #54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/53-rename-lawnet-routes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Renames existing LawNet BFF API routes into a
/api/lawnet/*namespace, as a standalone refactor before the #49 PostgreSQL work.Changes
/api/judgments/*→/api/lawnet/judgments/*,/api/artifacts/$source/$artifactId→/api/lawnet/artifacts/$artifactId(removed redundant$sourceparam, hardcoded to"lawnet")server/lawnet/→server/stores/lawnet/,FileSystemStore→LawnetFileSystemStore,getStore()→getLawnetStore()/api/artifacts/lawnet/to/api/lawnet/artifacts/routeTree.gen.tsupdated to reflect new paths/api/healthremains unchangedCloses #53