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