export const AUTH = { LOGIN: "/login", REFRESH_TOKEN: "/refresh-token", }; export const EXERCICES = { GETALL: "/exercices", };