const API_ENDPOINT = 'https://kdt.frontend.4th.programmers.co.kr'; const ALL = '전체'; const LOVE = '연애'; const RELATIONSHIP = '인간관계'; const MONEY = '돈'; const JOB = '취업' const CANCEL = '취소'; const EDIT = '수정'; const DELETE = '삭제'; const CHANEL_LOVE_ID = '64f57dd474128417c2689170'; const CHANEL_RELATIONSHIP_ID = '64f96db08a4e9a3147d9117a'; const CHANEL_JOB_ID = '64f57dc874128417c268916c'; const CHANEL_MONEY_ID = '64f96d8e8a4e9a3147d91176'; const AUTH_TOKEN = '토큰값'; const AUTH_TOKEN_STORAGE_KEY = 'AUTH_TOKEN';