Skip to content

Commit e3a1c74

Browse files
committed
chore: update auth page url.
1 parent daf6262 commit e3a1c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codingServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { PromiseAdapter, promiseFromEvent, parseQuery, parseCloneUrl } from './c
77
import { GitService } from './common/gitService';
88
import { RepoInfo, SessionData } from './typings/commonTypes';
99

10-
const AUTH_SERVER = `http://127.0.0.1:5000`;
10+
const AUTH_SERVER = `https://x5p7m.csb.app`;
1111
const ClientId = `ff768664c96d04235b1cc4af1e3b37a8`;
1212
const ClientSecret = `d29ebb32cab8b5f0a643b5da7dcad8d1469312c7`;
1313

0 commit comments

Comments
 (0)