mirror of
https://github.com/FranP-code/open-react-blog-api.git
synced 2025-10-12 23:52:57 +00:00
Index page fundation
This commit is contained in:
16
public/index.html
Normal file
16
public/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user