Add module for graphql stuff

This commit is contained in:
Elias Schriefer 2021-07-16 07:05:09 +00:00
parent 9c62e93ca1
commit 998b6f93bc
2 changed files with 1 additions and 0 deletions

0
src/graphql.rs Normal file
View File

View File

@ -13,6 +13,7 @@ mod cli;
mod config;
#[cfg(feature = "sqlite")]
mod sqlite;
mod graphql;
const DEFAULT_DATABASE_PATH: &'static str = "/var/lib/noise-server/noise-server.sqlite";