mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
module.exports = {
|
|
unsplash_endpoints: {
|
|
api: "https://api.unsplash.com/",
|
|
search: "https://api.unsplash.com/search/photos"
|
|
}
|
|
} |