Fixed possible typo
This commit is contained in:
+2
-2
@@ -57,7 +57,7 @@ var getBuildUrl = function(url){
|
||||
console.log("CALLED ", url)
|
||||
if(buildFiles[url]) return buildFiles[url];
|
||||
|
||||
return filename;
|
||||
return url;
|
||||
}
|
||||
|
||||
module.exports.locals = function(req, res, next) {
|
||||
@@ -76,4 +76,4 @@ module.exports.locals = function(req, res, next) {
|
||||
// # Set locale to bg on dev
|
||||
// #model.set '_i18n.locale', 'bg' if process.env.NODE_ENV is "development"
|
||||
// next()
|
||||
*/
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user