From c39e639ab1d1330754581124b67c528c4d5204f3 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Fri, 4 Dec 2020 00:08:24 +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 2b4d0b6..adf9634 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"