Change port start developping
This commit is contained in:
@@ -16,7 +16,8 @@ export type Service = {
|
||||
|
||||
export type ServiceAddForm = {
|
||||
name:string,
|
||||
port:number
|
||||
port:number,
|
||||
internalPort?:number
|
||||
}
|
||||
|
||||
export type ServerResponse = {
|
||||
@@ -27,6 +28,11 @@ export type ServerResponseWithID = {
|
||||
id:string
|
||||
}
|
||||
|
||||
export type ChangePort = {
|
||||
port?: number,
|
||||
internalPort?: number
|
||||
}
|
||||
|
||||
export type ServerResponseToken = {
|
||||
status:string,
|
||||
access_token?:string
|
||||
|
||||
Reference in New Issue
Block a user