ruby-grape/grape-with-roar

View on GitHub
public/index.html

Summary

Maintainability
Test Coverage
<html>
 <head>
  <title>Grape with Roar</title>
</head>
 <body>
  <h1>Rack Powers Web APIs</h1>
  <a href="http://rack.rubyforge.org/">
   <img src="images/rack-logo.png">
  </a>
  <ul>
   <li><a href="/api/">Hypermedia API Root</a></li>
  </ul>
 </body>
</html>