rename the package

This commit is contained in:
Lee
2024-04-13 20:53:31 +01:00
parent a15326a847
commit 88c940431b
72 changed files with 203 additions and 203 deletions

View File

@ -1,7 +1,5 @@
package cc.fascinated.controller;
package xyz.mcutils.backend.controller;
import cc.fascinated.model.cache.CachedEndpointStatus;
import xyz.mcutils.backend.service.MojangService;
import io.swagger.v3.oas.annotations.tags.Tag;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
@ -9,6 +7,8 @@ import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestController;
import xyz.mcutils.backend.model.cache.CachedEndpointStatus;
import xyz.mcutils.backend.service.MojangService;
@RestController
@Tag(name = "Mojang Controller", description = "The Mojang Controller is used to get information about the Mojang APIs.")