mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-03 06:53:49 +01:00
Change endpoint
This commit is contained in:
parent
4a50d138cd
commit
f9d91061a7
@ -58,6 +58,7 @@ let configContext: Readonly<ConfigContext> = {
|
|||||||
allowedJunoOrigins: [
|
allowedJunoOrigins: [
|
||||||
"https://juno-test.documents-dev.windows-int.net",
|
"https://juno-test.documents-dev.windows-int.net",
|
||||||
"https://juno-test2.documents-dev.windows-int.net",
|
"https://juno-test2.documents-dev.windows-int.net",
|
||||||
|
"https://juno-test3.documents-dev.windows-int.net",
|
||||||
"https://tools.cosmos.azure.com",
|
"https://tools.cosmos.azure.com",
|
||||||
"https://tools-staging.cosmos.azure.com",
|
"https://tools-staging.cosmos.azure.com",
|
||||||
"https://localhost",
|
"https://localhost",
|
||||||
|
@ -215,10 +215,10 @@ export const useNotebook: UseStore<NotebookState> = create((set, get) => ({
|
|||||||
};
|
};
|
||||||
const gitHubNotebooksContentRoot = notebookManager?.gitHubOAuthService?.isLoggedIn()
|
const gitHubNotebooksContentRoot = notebookManager?.gitHubOAuthService?.isLoggedIn()
|
||||||
? {
|
? {
|
||||||
name: "GitHub repos",
|
name: "GitHub repos",
|
||||||
path: "PsuedoDir",
|
path: "PsuedoDir",
|
||||||
type: NotebookContentItemType.Directory,
|
type: NotebookContentItemType.Directory,
|
||||||
}
|
}
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|
||||||
set({
|
set({
|
||||||
|
@ -165,7 +165,7 @@ export class PhoenixClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public getPhoenixContainerPoolingEndPoint(): string {
|
public getPhoenixContainerPoolingEndPoint(): string {
|
||||||
return `${PhoenixClient.getPhoenixEndpoint()}/api/controlplane/toolscontainer`;
|
return `${PhoenixClient.getPhoenixEndpoint()}/api/controlplane/toolscontainer/cosmosaccounts`;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static getHeaders(): HeadersInit {
|
private static getHeaders(): HeadersInit {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user