@@ -7,7 +7,7 @@ import ApiModel from '~/models/ApiModel'
* @see https://gitlab.2iopenservice.com/opentalent/maestro/-/blob/master/src/Entity/JobPosting/JobPosting.php?ref_type=heads
*/
export default class JobPosting extends ApiModel {
- static entity = 'job_postings'
+ static entity = 'public/job_postings'
@Uid()
declare id: number
* @see https://gitlab.2iopenservice.com/opentalent/maestro/-/blob/master/src/Entity/News/News.php?ref_type=heads
export default class News extends ApiModel {
- static entity = 'news'
+ static entity = 'public/news'
declare id: number | string