Skip to content

Commit baad222

Browse files
committed
Update API_URL
1 parent b60f8bc commit baad222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const API_URL = 'https://cli.redis.io',
1+
const API_URL = 'https://redis.io/cli',
22
PROMPT_PREFIX = 'redis> ';
33

44
async function createCli(cli) {

0 commit comments

Comments
 (0)