1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-03 13:10:04 +00:00

fix: change api endpoint SASjsExecutor/do -> SASjsApi/stp/execute

This commit is contained in:
2021-11-02 09:54:56 +00:00
parent d52c2ed18c
commit d93673f2a5
3 changed files with 28 additions and 28 deletions

View File

@@ -64,7 +64,7 @@ const Main = (props: any) => {
setEditMode(false)
} else {
window.open(
`${baseUrl}/SASjsExecutor/do?_program=${props.selectedFilePath.replace(
`${baseUrl}/SASjsApi/stp/execute?_program=${props.selectedFilePath.replace(
/.sas$/,
''
)}`