Skip to content

Commit 691865c

Browse files
committed
fix typo in constants
1 parent 6cb912c commit 691865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const WEBSITE_URL =
88
process.env.NEXT_PUBLIC_CODEBUFF_APP_URL ||
99
(IS_PROD ? 'https://codebuff.com' : 'http://localhost:3000')
1010

11-
const DEFAULT_BACKEND_URL = 'manidoce-backend.onrender.com'
11+
const DEFAULT_BACKEND_URL = 'manicode-backend.onrender.com'
1212
const DEFAULT_BACKEND_URL_DEV = 'localhost:4242'
1313
function isLocalhost(url: string) {
1414
return url.includes('localhost') || url.includes('127.0.0.1')

0 commit comments

Comments
 (0)