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

chore: updating all.sas

This commit is contained in:
github-actions
2025-06-02 14:10:40 +00:00
parent 77c0e35c9d
commit 6b378749e5

View File

@@ -24425,7 +24425,8 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref
%else %do; %else %do;
ct="&ctype" ct="&ctype"
%end; %end;
%if "&ext"="HTML" or "&ext"="CSS" or "&ext"="JS" or "&ext"="SVG" %then %do; %if "&ext"="HTML" or "&ext"="CSS" or "&ext"="JS" or "&ext"="PNG"
or "&ext"="SVG" %then %do;
url="&url%str(&)typeDefName=file"; url="&url%str(&)typeDefName=file";
%end; %end;
%else %do; %else %do;