mirror of
https://github.com/coder/code-server.git
synced 2025-09-20 14:58:38 +08:00
Make routing base path agnostic
This commit is contained in:
@ -22,6 +22,11 @@ export enum SessionError {
|
||||
Unknown,
|
||||
}
|
||||
|
||||
export interface LoginRequest {
|
||||
password: string
|
||||
basePath: string
|
||||
}
|
||||
|
||||
export interface LoginResponse {
|
||||
success: boolean
|
||||
}
|
||||
|
Reference in New Issue
Block a user