chore(express) quotes

This commit is contained in:
coderaiser 2014-04-23 08:32:34 -04:00
parent 3ecc3a4362
commit 457f4d296d

View file

@ -49,7 +49,7 @@
function initAuth() {
basic = httpAuth.basic({
realm: "Cloud Commander"
realm: 'Cloud Commander'
}, function (username, password, callback) { // Custom authentication method.
var hash,
config = main.config,