rename util to common
Some checks failed
deploy / deploy (push) Failing after 1m19s

This commit is contained in:
Lee
2024-04-08 19:47:20 +01:00
parent a57f660461
commit fd16476143
12 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
package cc.fascinated.log;
import cc.fascinated.util.IPUtils;
import cc.fascinated.common.IPUtils;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import lombok.NonNull;