Files
tm_app/lib/data/services/api/profile_api.dart
T
amirrezaghabeli bcd499843b fixed services
2025-08-27 13:03:09 +03:30

5 lines
132 B
Dart

class ProfileApi {
static const String profile = '/api/v1/profile';
static const String companyProfile = '/api/v1/companies';
}