useApi.js 105 B

12345678
  1. "use strict";
  2. const API_ENDPOINTS = {
  3. //뉴스룸
  4. newsInsert: ``,
  5. };
  6. export default API_ENDPOINTS;