Files
2026-04-25 12:13:49 +03:30

6 lines
206 B
Dart

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