complete score page
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { ScoreInterface } from "../../types";
|
||||
import { axiosInstance } from "../axios";
|
||||
|
||||
export const getScoreList = () => axiosInstance.get<ScoreInterface>("/score")
|
||||
Reference in New Issue
Block a user