Fix: modified: src/app/api/mobile/portofolio/[id]/route.ts modified: src/app/api/mobile/voting/route.ts modified: src/bin/seeder/colab/master_industri.json ### No Issue
27 lines
297 B
JSON
27 lines
297 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"name": "Software Development"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Makanan & Minuman"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Kosmetik"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Furniture"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "Kendaraan"
|
|
},
|
|
{
|
|
"id": 6,
|
|
"name": "Kesehatan"
|
|
}
|
|
]
|