Skip to content

Feature set 128. - #55

Merged
jackfperryjr merged 1 commit into
mainfrom
features-128
Aug 3, 2026
Merged

Feature set 128.#55
jackfperryjr merged 1 commit into
mainfrom
features-128

Conversation

@jackfperryjr

Copy link
Copy Markdown
Owner

Points the README's example requests at the host that actually serves them.

Every URL in the Quick Start and the docs link used an api.moogleapi.com subdomain, which does
not exist and never has. The API is served from moogleapi.com/api/, so all four examples
returned a Railway "Application not found" rather than data — the first thing a new reader copies
out of this file was guaranteed to fail.

All four replacements were checked against the live site and return 200:

  • /api/characters/search?query=Aerith
  • /api/monsters?gameId=7
  • /api/games
  • /scalar/v1

No other file in the repository referenced the subdomain.

Release notes

  • Fixed the README's example requests and docs link, which pointed at a non-existent
    api.moogleapi.com subdomain instead of moogleapi.com/api/.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@jackfperryjr
jackfperryjr merged commit 338284a into main Aug 3, 2026
1 check passed
@jackfperryjr
jackfperryjr deleted the features-128 branch August 3, 2026 19:05
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.

1 participant