fixing api

This commit is contained in:
Warunee Tamkoo 2024-12-17 13:27:08 +07:00
parent f0c4af2c48
commit 374445f686
5 changed files with 26 additions and 10 deletions

7
src/api/api.sso.ts Normal file
View file

@ -0,0 +1,7 @@
import env from "./index";
const sso = `${env.API_SSO}`;
// const log = `${env.API_URI}/log`;
export default {
sso,
};