Add Service to server

This commit is contained in:
Hou Samnang
2021-03-30 17:04:31 +07:00
parent 60e39d9e1a
commit 384404dbc7
8 changed files with 54 additions and 1 deletions

8
data/config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"data": [
{
"dataIndex": "Product name",
"label": "productName"
}
]
}