chore: 통합 테스트 환경과 보고서 리모트 구성
This commit is contained in:
8
lib/core/network/api_routes.dart
Normal file
8
lib/core/network/api_routes.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
/// API 경로 상수 모음
|
||||
/// - 버전 prefix 등을 중앙에서 관리해 중복을 방지한다.
|
||||
class ApiRoutes {
|
||||
const ApiRoutes._();
|
||||
|
||||
/// API v1 prefix
|
||||
static const apiV1 = '/api/v1';
|
||||
}
|
||||
Reference in New Issue
Block a user