use new api format
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Lee
2024-04-17 17:21:15 +01:00
parent 14c6f79bea
commit 1e732e923f
12 changed files with 207 additions and 222 deletions

View File

@ -6,7 +6,7 @@ type Button = {
};
const buttons: Button[] = [
{ title: "Get Started", url: "/player/Notch" },
{ title: "Get Started", url: "/player" },
{ title: "Documentation", url: "https://api.mcutils.xyz/swagger-ui.html" },
];