3 lines
101 B
TypeScript
3 lines
101 B
TypeScript
/** Laravel `routes/api.php`:`api` 前缀 + `v1` 分组 */
|
||
export const API_V1_PREFIX = "/api/v1";
|