diff --git a/src/api/03_logs/api.log.ts b/src/api/03_logs/api.log.ts index a2fe8d9e..c7fb3113 100644 --- a/src/api/03_logs/api.log.ts +++ b/src/api/03_logs/api.log.ts @@ -1,5 +1,5 @@ import env from "../index"; -const log = `${env.API_URI}/log`; +const log = `${env.API_LOG}/log`; // const log = `${env.API_URI}/log`; export default {