[ci] yarn format
This commit is contained in:
parent
ebe7f4d0ae
commit
19d548f400
1 changed files with 15 additions and 16 deletions
|
@ -62,10 +62,9 @@
|
||||||
|
|
||||||
createServer((req, res) => {
|
createServer((req, res) => {
|
||||||
const route = app.match(req);
|
const route = app.match(req);
|
||||||
if(route) {
|
if (route) {
|
||||||
let html = await app.render(req, route);
|
let html = await app.render(req, route);
|
||||||
}
|
}
|
||||||
|
|
||||||
}).listen(8080);
|
}).listen(8080);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue