no message

This commit is contained in:
Kittapath 2023-03-21 16:30:02 +07:00
parent ae7b52e875
commit 6fe6aed921
10 changed files with 213 additions and 185 deletions

View file

@ -0,0 +1,7 @@
import env from '../index'
const dashbord = `${env.API_URI}/dashbord/`
export default {
countDashbordSubHistory: (type: number) => `${dashbord}${type}`,
countDashbordHistory: `${dashbord}`
}