routes.csv
1.62 KB
kode,path,nama,status,type
api-merchant,/api/merchant,Api Merchant,1,1
api-vendor-notify,/api/vendor/{name}/notify,Api Vendor Notify,1,0
api-merchant-list,/api/merchant/list,Test Api Merchant,1,0
api-merchant-add,/api/merchant/add,Add Api Merchant,1,0
api-merchant-edit,/api/merchant/{id}/edit,Edit Api Merchant,1,0
api-merchant-delete,/api/merchant/{id}/delete,Delete Api Merchant,1,0
api-merchant-view,/api/merchant/{id}/view,View Api Merchant,1,0
api-merchant-doc,/api/merchant/doc,Doc Api Merchant,1,0
api-vendor-list,/api/vendor/list,Test Api Vendor,1,0
api-vendor-add,/api/vendor/add,Add Api Vendor,1,0
api-vendor-edit,/api/vendor/{id}/edit,Edit Api Vendor,1,0
api-vendor-delete,/api/vendor/{id}/delete,Delete Api Vendor,1,0
api-vendor-view,/api/vendor/{id}/view,View Api Vendor,1,0
api-vendor-doc,/api/vendor/doc,Doc Api Vendor,1,0
api-vendor-test,/api/vendor/{vendor}/test,Test Api Vendor,1,0
api-produk-list,/api/produk/list,List Produk,1,0
api-produk-act,/api/produk/{act}/act,Act Produk,1,0
api-produk-view,/api/produk/{id}/view,View Produk,1,0
api-produk-add,/api/produk/add,Add Produk,1,0
api-produk-edit,/api/produk/{id}/edit,Edit Produk,1,0
api-produk-delete,/api/produk/{id}/delete,Delete Produk,1,0
api-produk-vendor-list,/api/produk/vendor/list,List Produk Vendor,1,0
api-produk-vendor-act,/api/produk/vendor/{act}/act,Act Produk Vendor,1,0
api-produk-vendor-view,/api/produk/vendor/{id}/view,View Produk Vendor,1,0
api-produk-vendor-add,/api/produk/vendor/add,Add Produk Vendor,1,0
api-produk-vendor-edit,/api/produk/vendor/{id}/edit,Edit Produk Vendor,1,0
api-produk-vendor-delete,/api/produk/vendor/{id}/delete,Delete Produk Vendor,1,0