work in progress hit_counter
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
module.exports = (config) => {
|
||||
const count = (req, path) => {
|
||||
|
||||
};
|
||||
|
||||
const read = (path) => {
|
||||
return {
|
||||
hits: 0,
|
||||
visitors: 0,
|
||||
};
|
||||
};
|
||||
|
||||
return {
|
||||
count: count,
|
||||
read: read,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user