mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Added test serverside to ensure that title is correct + duration isn't insanely much higher that it should be
This commit is contained in:
@@ -87,6 +87,7 @@ List = require('./handlers/list.js');
|
||||
Suggestions = require('./handlers/suggestions.js');
|
||||
ListSettings = require('./handlers/list_settings.js');
|
||||
Frontpage = require('./handlers/frontpage.js');
|
||||
Search = require('./handlers/search.js');
|
||||
crypto = require('crypto');
|
||||
node_cryptojs = require('node-cryptojs-aes');
|
||||
CryptoJS = node_cryptojs.CryptoJS;
|
||||
|
||||
Reference in New Issue
Block a user