minor fixes, add nginx conf

This commit is contained in:
Aiden McClelland
2021-08-05 16:50:12 -06:00
committed by Aiden McClelland
parent 1059ccfc96
commit 84916ad9d5
4 changed files with 135 additions and 27 deletions

View File

@@ -62,6 +62,7 @@ pub fn echo(#[context] _ctx: EitherContext, #[arg] message: String) -> Result<St
inspect::inspect,
package,
auth::auth,
db::db,
))]
pub fn main_api(#[context] ctx: EitherContext) -> Result<EitherContext, RpcError> {
Ok(ctx)