1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-28 03:44:16 +00:00
comty/globals/endpoints/twitter_endpoints.js
2020-03-27 04:16:39 +01:00

6 lines
183 B
JavaScript

module.exports = {
twitter_endpoints: {
oa_access: "https://api.twitter.com/oauth/access_token",
oa_request: "https://api.twitter.com/oauth/request_token",
}
}