fix(books): drop trailing slash from base_url so /rpc doesn't become //rpc #196

Merged
zaelgohary merged 1 commit from development_fix_books_double_slash into development 2026-04-30 11:32:44 +00:00
Member

Summary

Books island POSTs to /hero_books/ui//rpc (double slash → 404). base_url was built with a trailing slash, then services::rpc_call appends /rpc//rpc.

N/A — caught via QA audit.

Changes

  • Drop the trailing slash from base_url in BooksApp.

Test Results

cargo check, fmt, test all pass.

## Summary Books island POSTs to `/hero_books/ui//rpc` (double slash → 404). `base_url` was built with a trailing slash, then `services::rpc_call` appends `/rpc` → `//rpc`. ## Related Issue N/A — caught via QA audit. ## Changes - Drop the trailing slash from `base_url` in BooksApp. ## Test Results cargo check, fmt, test all pass.
fix(books): drop trailing slash from base_url so /rpc doesn't become //rpc
All checks were successful
Build and Test / build (pull_request) Successful in 6m15s
d4c169087e
zaelgohary merged commit 5e13d7a3a0 into development 2026-04-30 11:32:44 +00:00
zaelgohary deleted branch development_fix_books_double_slash 2026-04-30 11:32:44 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_archipelagos!196
No description provided.