Error: The requested URL was not found on this server.
Status: 404 NOT_FOUND
Path: /index.html
Timestamp:
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Available API Endpoints:
If you're a developer, you might want to check these Spring Boot endpoints:
@RequestMapping(
"/api/memories")
public String getMemories() {
// Hidden memories endpoint
return "sample.html";
}
@RequestMapping(
"/api/journey")
public String getJourney() {
// Secret journey endpoint
return "sample.html";
}
Try navigating to one of the available endpoints above, or contact the system administrator if you believe this is an error.