Skip to content

Commit

Permalink
add missing unit
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Sep 3, 2019
1 parent 2f21535 commit 47da9a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Security/Cors/Implementations/CorsConfigImpl.pas
Expand Up @@ -58,6 +58,10 @@ TCorsConfig = class(TInterfacedObject, ICorsConfig)

implementation

uses

SysUtils;

function handleWildCard(const arr : TStringArray) : TStringArray;
begin
if (ansiMatchStr('*', arr)) then
Expand Down

0 comments on commit 47da9a2

Please sign in to comment.