add veryyyyyyyyyyyyyyy basic landing page
All checks were successful
deploy / deploy (push) Successful in 41s

This commit is contained in:
Lee
2024-04-06 06:44:27 +01:00
parent d547f5e40b
commit c8d5e86876
10 changed files with 47 additions and 11 deletions

View File

@ -2,9 +2,8 @@ package cc.fascinated.player.impl;
import cc.fascinated.Main;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.*;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.RequestParam;
import lombok.Getter;
import lombok.SneakyThrows;
import java.net.URI;
import java.net.http.HttpRequest;