We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157cd3a commit 9ab7099Copy full SHA for 9ab7099
constants.js
@@ -2,7 +2,7 @@ const IMAGE_FILE_EXT = '.png'
2
3
const IMGUR_API_URL = 'https://api.imgur.com/3/image'
4
5
-const CARBON_API_URL = 'https://carbonara.now.sh/api/cook'
+const CARBON_API_URL = 'https://carbonara-42.herokuapp.com/api/cook'
6
7
const CARBON_DEFAULT_SETTINGS = {
8
paddingVertical: '56px',
0 commit comments