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"