前端APIのURL参数化対応およびバックエンドのBugFix
This commit is contained in:
@@ -22,7 +22,7 @@ export default {
|
||||
]
|
||||
const rows = reactive([])
|
||||
onMounted( () => {
|
||||
api.get('allapps').then(res =>{
|
||||
api.get('api/v1/allapps').then(res =>{
|
||||
res.data.apps.forEach((item) =>
|
||||
{
|
||||
rows.push({id:item.appId,name:item.name,creator:item.creator.name,createdate:item.createdAt});
|
||||
|
||||
Reference in New Issue
Block a user