Added the files.

This commit is contained in:
Batuhan Berk Başoğlu 2021-03-30 21:50:36 -04:00
commit 38ccdcbfe5
124 changed files with 32079 additions and 0 deletions

22
server/public/index.html Normal file
View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
server
</title>
</head>
<body>
<h1>Welcome to
server
</h1>
<ul>
<li>
<h3><a href="/api-explorer/">Interactive API Doc!</a></h3>
</li>
</ul>
</body>
</html>