mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
okay eslint.
This commit is contained in:
parent
1cf6cedaee
commit
95c6cd2a06
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
var routes = require('./routes.json');
|
||||
var nginx_conf = require('routes-to-nginx-conf');
|
||||
|
||||
nginx_conf.generate_nginx_conf( routes, function(v) { console.log(v) } );
|
||||
nginx_conf.generate_nginx_conf( routes, function ( v ) { console.log(v) } );
|
||||
|
||||
|
|
Loading…
Reference in a new issue