From 3c559031623649a67825ff47f34512f0eb946861 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 22 Feb 2023 10:14:32 +0700 Subject: fix --- src/lib/address/api/cityApi.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/lib/address/api/cityApi.js (limited to 'src/lib/address/api/cityApi.js') diff --git a/src/lib/address/api/cityApi.js b/src/lib/address/api/cityApi.js new file mode 100644 index 00000000..8cf1bedd --- /dev/null +++ b/src/lib/address/api/cityApi.js @@ -0,0 +1,8 @@ +import odooApi from "@/core/api/odooApi" + +const cityApi = async () => { + const dataCities = await odooApi('GET', '/api/v1/city') + return dataCities +} + +export default cityApi \ No newline at end of file -- cgit v1.2.3