File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ Looks like this:
151151There is an AWS Lambda variant of this (with minor adjustments):
152152[ express-simple-lambda] ( Sources/express-simple-lambda/ ) .
153153
154- ### [ connect-simple ] ( Sources/connect-simple )
154+ ### [ connect-static ] ( Sources/connect-static )
155155
156156Use the simpler ` connect ` module, instead of ` express ` .
157157Probably no need to do this in the real world, just use MacroExpress.
@@ -160,7 +160,7 @@ Single source file with a static `index.html` plus images.
160160
161161``` bash
162162$ Sources/express-simple/main.swift
163- 2020-06-03T14:58:59+0200 notice: Server listening on http://localhost:1337
163+ 2021-01-30T16:16:17+0100 notice μ.console : Server listening on http://localhost:1337
164164```
165165
166166### [ todomvc] ( Sources/todomvc/ )
You can’t perform that action at this time.
0 commit comments