1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-14 03:50:06 +00:00

fix: base_uri

This commit is contained in:
vrh
2020-09-03 16:24:32 +02:00
parent 029c1a29ed
commit dcccd1491d
3 changed files with 6 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ options noquotelenmax;
data _null_;
set &libref1..links;
if rel='createChild' then
call symputx('href',quote(trim(href)),'l');
call symputx('href',quote("&base_uri"!!trim(href)),'l');
run;
%end;
%else %if &SYS_PROCHTTP_STATUS_CODE=404 %then %do;