2013-06-20 02:22:03 -06:00

17 lines
351 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Feathers REST Memory Example</title>
</head>
<body>
<h1>Feathers REST Memory Example</h1>
<ul>
<li>Actions</li>
<li><a href="#"></a>GET /users</li>
<li><a href="#"></a>POST /users</li>
<li><a href="#"></a>PUT /users/1</li>
<li><a href="#"></a>DELETE /users/1</li>
</ul>
</body>
</html>