Files
open-react-blog-api/public/index.html

16 lines
422 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ORB - (Open React Blog) API</title>
</head>
<body>
<h1>ORB - (Open React Blog) API</h1>
<h3>Available endpoints</h3>
<ul>
<li>/user - Get determinated user data</li>
</ul>
</body>
</html>