diff options
author | pdp8 <pdp8@pdp8.info> | 2023-07-01 00:57:48 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-07-01 00:57:48 +0200 |
commit | 5af8d78e195c7479769240b32703d5b76843db4d (patch) | |
tree | e9d145e1318e3c47b5b2b00ce276703a14edc958 /activitypub.rb | |
parent | 8dd940a1c08b02ed1ea613284b627e1f46fb13c9 (diff) |
initial refactoring of client.rb
Diffstat (limited to 'activitypub.rb')
-rw-r--r-- | activitypub.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.rb b/activitypub.rb index ae3c270..eefae9b 100644 --- a/activitypub.rb +++ b/activitypub.rb @@ -28,5 +28,5 @@ set :default_content_type, 'application/activity+json' set :port, 9292 require_relative 'helpers' -require_relative 'server' require_relative 'client' +require_relative 'server' |