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

chore: Merge branch 'main' into issue-184

This commit is contained in:
Saad Jutt
2022-06-18 00:51:48 +05:00
23 changed files with 1418 additions and 125 deletions

View File

@@ -9,8 +9,8 @@ const Home = () => {
<CssBaseline />
<h2>Welcome to SASjs Server!</h2>
<p>
This portal provides an interface for executing Stored Programs (drive)
and ad hoc code (studio) against a SAS executable. The source code is
SASjs Server provides a REST interface for executing Stored Programs
and ad hoc code (studio) against SAS and JS executables. The source is
available on{' '}
<a
href="https://github.com/sasjs/server"