fix: migration of request url from old to new format
This commit is contained in:
@@ -15,8 +15,7 @@ export type HoppRESTAuthBearer = {
|
||||
token: string
|
||||
}
|
||||
|
||||
export type HoppRESTAuth =
|
||||
{ authActive: boolean } & (
|
||||
export type HoppRESTAuth = { authActive: boolean } & (
|
||||
| HoppRESTAuthNone
|
||||
| HoppRESTAuthBasic
|
||||
| HoppRESTAuthBearer
|
||||
|
||||
Reference in New Issue
Block a user