mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-04-04 06:30:43 +00:00
whitespace
This commit is contained in:
parent
00e9d96f8b
commit
3f437c6ebb
@ -135,7 +135,7 @@ later, if you need them.
|
|||||||
|
|
||||||
`server.js`:
|
`server.js`:
|
||||||
|
|
||||||
```bash
|
```js
|
||||||
require("greenlock-express")
|
require("greenlock-express")
|
||||||
.init(getConfig)
|
.init(getConfig)
|
||||||
.serve(worker);
|
.serve(worker);
|
||||||
@ -150,7 +150,7 @@ function getConfig() {
|
|||||||
|
|
||||||
function worker(server) {
|
function worker(server) {
|
||||||
// Works with any Node app (Express, etc)
|
// Works with any Node app (Express, etc)
|
||||||
var app = require('my-express-app.js');
|
var app = require("my-express-app.js");
|
||||||
server.serveApp(app);
|
server.serveApp(app);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user