diff options
| author | Fuwn <[email protected]> | 2021-05-02 17:20:29 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-02 17:20:29 +0000 |
| commit | 6f839a24e989353571c31870cae91c6aeabcb75b (patch) | |
| tree | 7030b6b145e2d75d98222d14a59f491c622cfa01 /src/utils/mod.rs | |
| parent | feat(global): begin implementing api (diff) | |
| download | whirl-6f839a24e989353571c31870cae91c6aeabcb75b.tar.xz whirl-6f839a24e989353571c31870cae91c6aeabcb75b.zip | |
feat(api): flush out statistics endpoint
Diffstat (limited to 'src/utils/mod.rs')
| -rw-r--r-- | src/utils/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 98990d4..ce264a8 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -2,3 +2,4 @@ // SPDX-License-Identifier: GPL-3.0-only pub mod db; +pub mod system; |