Sử dụng fetch trên console.log để get api test (ok)

const r = await fetch("http://localhost:3000/vehicles",{method: 'GET'});
await r.json();

Last updated

Navigation

Lionel

@Copyright 2023