async getAllProducts()

in Code/client/src/services/RestServices.js [9:11]


    async getAllProducts() {
        return await axios.get(serverUrl+"/api/getAllProducts");
    },