mirror of
https://github.com/YGGverse/nexy.git
synced 2026-04-02 10:15:28 +00:00
implement visitors count macro for each directory index
This commit is contained in:
parent
450bbe60f3
commit
56830be4a9
7 changed files with 35 additions and 19 deletions
|
|
@ -8,6 +8,6 @@ pub enum Response<'a> {
|
|||
NotFound(&'a str),
|
||||
/// Includes bytes array
|
||||
File(&'a [u8]),
|
||||
/// Includes bytes array + public root directory status
|
||||
Directory(String, bool),
|
||||
/// Includes query, list + is public root directory status
|
||||
Directory(&'a str, String, bool),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue