mirror of
https://gitee.com/novel_dev_team/novel
synced 2026-07-20 17:52:45 +08:00
fix(ApiRouterConsts.java): 常量类改成接口
This commit is contained in:
@@ -6,7 +6,7 @@ package io.github.xxyopen.novel.core.common.constant;
|
|||||||
* @author xiongxiaoyang
|
* @author xiongxiaoyang
|
||||||
* @date 2022/5/12
|
* @date 2022/5/12
|
||||||
*/
|
*/
|
||||||
public class ApiRouterConsts {
|
public interface ApiRouterConsts {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* API请求路径前缀
|
* API请求路径前缀
|
||||||
|
|||||||
Reference in New Issue
Block a user