PAPI-4: Added public directory as document root with index.html

This commit is contained in:
Patrick Müller 2021-02-16 23:24:21 +01:00
parent 979c7f9168
commit 8156bbcf79
1 changed files with 10 additions and 0 deletions

10
public/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PlutoDev REST API</title>
</head>
<body>
Welcome to the Pluto Development REST API!
</body>
</html>