Update API/src/main/resources/public/index.html
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 27s

This commit is contained in:
Braydon 2024-04-19 07:15:03 -07:00
parent 2f1a16f3f2
commit 4bccec1f5d

@ -8,7 +8,7 @@
<title>RESTfulMC</title>
</head>
<body>
<h1>RESTfulMC</h1>
<h1>RESTfulMC API</h1>
<p>A simple, yet useful RESTful API for Minecraft utilizing Springboot.</p>
<p>View the source <a href="https://git.rainnny.club/Rainnny/RESTfulMC">here</a>!</p>
</body>