mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
6 lines
183 B
JavaScript
Executable File
6 lines
183 B
JavaScript
Executable File
module.exports = {
|
|
twitter_endpoints: {
|
|
oa_access: "https://api.twitter.com/oauth/access_token",
|
|
oa_request: "https://api.twitter.com/oauth/request_token",
|
|
}
|
|
} |