statgen / bravo_vue

BRAVO's Vue JS based UI.
0 stars 0 forks source link

Refactor REST calls to use Fetch API instead of axios #15

Open grosscol opened 1 year ago

grosscol commented 1 year ago

The network calls should be sufficiently simple that the native Fetch API can handle them. This should reduce the number of dependencies and overhead.