lib/config.js (
4
lines of code) (
raw
):
/** * Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved. */ module.exports = { DEFAULT_API_VERSION: '20210928', DEFAULT_WIT_URL: 'https://api.wit.ai', };