Skip to content
Snippets Groups Projects
Commit 92f69561 authored by Zachary Carter's avatar Zachary Carter
Browse files

Rename lib/{browserid,static}

parent 0a10c542
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ metrics = require('../lib/metrics.js'),
logger = require('../lib/logging.js').logger,
forward = require('../lib/http_forward').forward,
shutdown = require('../lib/shutdown'),
views = require('../lib/browserid/views.js');
views = require('../lib/static/views.js');
var app = undefined;
......
......@@ -28,7 +28,7 @@ if (smtp_params && smtp_params.host) {
}
const template = ejs.compile(
fs.readFileSync(path.join(__dirname, "browserid", "prove_template.ejs")).toString());
fs.readFileSync(path.join(__dirname, "static", "prove_template.ejs")).toString());
var interceptor = undefined;
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment