This commit is contained in:
parent
9be225bbf2
commit
a6e24a49be
@ -21,6 +21,6 @@ class JobListingSerializer(serializers.ModelSerializer):
|
|||||||
fields = [
|
fields = [
|
||||||
'id', 'company_name', 'name', 'content', 'minsalary', 'maxsalary',
|
'id', 'company_name', 'name', 'content', 'minsalary', 'maxsalary',
|
||||||
'localization', 'created_by', 'created_at', 'status', 'status_paid',
|
'localization', 'created_by', 'created_at', 'status', 'status_paid',
|
||||||
'expiration_date', 'experience_level', 'employmentType', 'is_remote',
|
'expiration_date', 'experience_level', 'employmentType', 'workFromHome',
|
||||||
'updated_at', 'job_skills', 'contact_email', 'first_name', 'last_name',
|
'updated_at', 'job_skills', 'contact_email', 'first_name', 'last_name',
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user