Setup server to handle article page (untested)

This commit is contained in:
2018-11-26 21:48:03 +11:00
parent 829a152a1e
commit 66336a469f
14 changed files with 241 additions and 22 deletions

View File

@ -42,7 +42,7 @@ export const get = async (url, params, test) => {
if(process.env.NODE_ENV === 'development') {
console.log('testing mode');
return await new Promise((resolve,reject) => {
setTimeout(e => resolve(test), 1000);
//setTimeout(e => resolve(test), 1000);
});
}