mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 14:27:26 +02: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