rename the package
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
package cc.fascinated.controller;
|
||||
package xyz.mcutils.backend.controller;
|
||||
|
||||
import cc.fascinated.config.Config;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.ui.Model;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import xyz.mcutils.backend.config.Config;
|
||||
|
||||
@Controller
|
||||
@RequestMapping(value = "/")
|
||||
|
Reference in New Issue
Block a user