1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +00:00

feat: login for web with server type SASJS

This commit is contained in:
Saad Jutt
2021-12-09 17:13:47 +05:00
parent ebe9c2ffeb
commit c56874fe00
8 changed files with 168 additions and 20 deletions

View File

@@ -87,7 +87,7 @@ export class Sas9RequestClient extends RequestClient {
})
}
public post<T>(
public async post<T>(
url: string,
data: any,
accessToken: string | undefined,