mirror of
https://github.com/FranP-code/open-react-blog-api.git
synced 2025-10-12 23:52:57 +00:00
16 lines
422 B
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> |