spring-guides/quoters

quoters project is down.

Opened this issue · 2 comments

Problem

All endpoints are down

Expected behavior

Returns a JSON

{
   "type": "success",
   "value": {
      "id": 10,
      "quote": "Really loving Spring Boot, makes stand alone Spring apps easy."
   }
}

Actual behavior

404 Not Found: Requested route ('gturnquist-quoters.cfapps.io') does not exist.

Solution

Update the docs with working URLs
Or direct everyone to a different project that works.

Problem

All endpoints are down

Expected behavior

Returns a JSON

{
   "type": "success",
   "value": {
      "id": 10,
      "quote": "Really loving Spring Boot, makes stand alone Spring apps easy."
   }
}

Actual behavior

404 Not Found: Requested route ('gturnquist-quoters.cfapps.io') does not exist.

Solution

Update the docs with working URLs Or direct everyone to a different project that works.

did you found working url?

I ended up running the API locally in IntelliJ