mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-09-12 12:03:06 +08:00
Integrate the new UI pages with the working backend for the rate_summary task. This also migrates some pages to properly link up authorization flows. Some cruft is still in
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import axios from "axios";
|
||||
|
||||
/**
|
||||
* A minimal Axios based fetcher.
|
||||
*/
|
||||
const fetcher = (url) => axios.get(url).then((res) => res.data);
|
||||
|
||||
export default fetcher;
|
||||
Reference in New Issue
Block a user