mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
chore(sasjs/server): fix deploy endpoint
This commit is contained in:
@@ -16,7 +16,11 @@ export class SASjsApiClient {
|
||||
status: string
|
||||
message: string
|
||||
example?: {}
|
||||
}>('/files/deploy', { fileTree: members, appLoc: appLoc }, undefined)
|
||||
}>(
|
||||
'SASjsApi/drive/deploy',
|
||||
{ fileTree: members, appLoc: appLoc },
|
||||
undefined
|
||||
)
|
||||
|
||||
return Promise.resolve(result)
|
||||
}
|
||||
@@ -28,7 +32,7 @@ export class SASjsApiClient {
|
||||
log?: string
|
||||
logPath?: string
|
||||
error?: {}
|
||||
}>('/stp/execute', query, undefined)
|
||||
}>('SASjsApi/stp/execute', query, undefined)
|
||||
|
||||
return Promise.resolve(result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user