add key endpoint

This commit is contained in:
Quentin de Quelen 2020-04-07 19:10:32 +02:00 committed by qdequele
parent 540308dc63
commit 0aa16dd3b1
No known key found for this signature in database
GPG key ID: B3F0A000EBF11745
3 changed files with 10 additions and 11 deletions

View file

@ -5,7 +5,7 @@ use serde::Serialize;
pub mod document;
pub mod health;
// pub mod index;
// pub mod key;
pub mod key;
// pub mod search;
// pub mod setting;
// pub mod stats;