Skip to content

Commit

Permalink
Add unix_socket to server proxy app model
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendrapaipuri committed Apr 28, 2023
1 parent d4468f3 commit 9fcf610
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion labextension/src/serverproxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ export interface IModel extends JSONObject {
/**
* Proxy app managed by jupyter-server-proxy or not.
*/
managed: boolean;
readonly managed: boolean;

/**
* Proxy app managed by jupyter-server-proxy or not.
*/
readonly unix_socket: string;
}

/**
Expand Down

0 comments on commit 9fcf610

Please sign in to comment.