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

Merge pull request #200 from sasjs/nit

fix: home page wording.  Using fix to force previous change through..
This commit is contained in:
Allan Bowe
2022-06-17 15:14:59 +02:00
committed by GitHub

View File

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