From d0fce2a38278bae9db627173de5129cbf85114b2 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Sat, 28 Nov 2020 18:58:19 +0100 Subject: [PATCH] Add a reference to the AuthD::Service definition in the client. --- src/authd.cr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/authd.cr b/src/authd.cr index 9d72d95..7d03586 100644 --- a/src/authd.cr +++ b/src/authd.cr @@ -21,6 +21,9 @@ class Baguette::Configuration end end +class AuthD::Service < IPC::Server +end + # Requests and responses. require "./exceptions"