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

chore(*): update references to master

This commit is contained in:
Krishna Acondy
2020-07-09 08:14:50 +01:00
parent 34cabcde2d
commit b614bafd03
3 changed files with 231 additions and 122 deletions

View File

@@ -13,9 +13,10 @@ npm install ../sasjs/build/<tarball filename>
Tests are run using cypress. Before running tests, you need to define the following backend services: Tests are run using cypress. Before running tests, you need to define the following backend services:
# SAS 9 # SAS 9
``` ```
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas?_=1"; filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/main/mc_all.sas?_=1";
%inc mc; %inc mc;
filename ft15f001 temp; filename ft15f001 temp;
parmcards4; parmcards4;
@@ -37,8 +38,9 @@ parmcards4;
``` ```
# Viya # Viya
``` ```
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas"; filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/main/mc_all.sas";
%inc mc; %inc mc;
filename ft15f001 temp; filename ft15f001 temp;

View File

@@ -16,7 +16,7 @@ For more information on building web apps with SAS, check out [sasjs.io](https:/
## None of this makes sense. How do I build an app with it? ## None of this makes sense. How do I build an app with it?
Ok ok. Deploy this [example.html](https://github.com/sasjs/adapter/blob/master/example.html) file to your web server, and update `servertype` to `SAS9` or `SASVIYA` depending on your backend. Ok ok. Deploy this [example.html](https://github.com/sasjs/adapter/blob/main/example.html) file to your web server, and update `servertype` to `SAS9` or `SASVIYA` depending on your backend.
The backend part can be deployed as follows: The backend part can be deployed as follows:

File diff suppressed because one or more lines are too long