GCDWebServer icon indicating copy to clipboard operation
GCDWebServer copied to clipboard

Typo on the dynamic website example code

Open rmaddy opened this issue 3 years ago • 0 comments

The README.md file has a typo in the code for the "Advanced Example 3: Serving a Dynamic Website" sample code.

The line:

pathRegex:@"/.*\.html"

should be:

pathRegex:@"/.*\\.html"

Note the additional backslash needed.

rmaddy avatar Dec 07 '22 23:12 rmaddy