Minor /styles.json fix (close #361)
This commit is contained in:
parent
7c5e7e94e9
commit
e506014763
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ function start(opts) {
|
|||
name: styleJSON.name,
|
||||
id: id,
|
||||
url: utils.getPublicUrl(opts.publicUrl, req) +
|
||||
'/styles/' + id + '/style.json' + query
|
||||
'styles/' + id + '/style.json' + query
|
||||
});
|
||||
});
|
||||
res.send(result);
|
||||
|
|
Loading…
Reference in a new issue