feat: add API endpoints for fetching news by ID and slug, and update routing accordingly
This commit is contained in:
@@ -60,7 +60,7 @@ export const ContentsPage = () => {
|
||||
},
|
||||
{
|
||||
title: 'Action',
|
||||
data: 'slug',
|
||||
data: 'id',
|
||||
},
|
||||
]
|
||||
const dataSlot: DataTableSlots = {
|
||||
|
||||
Reference in New Issue
Block a user