summaryrefslogtreecommitdiff
path: root/activitypub.rb
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-07-01 00:57:48 +0200
committerpdp8 <pdp8@pdp8.info>2023-07-01 00:57:48 +0200
commit5af8d78e195c7479769240b32703d5b76843db4d (patch)
treee9d145e1318e3c47b5b2b00ce276703a14edc958 /activitypub.rb
parent8dd940a1c08b02ed1ea613284b627e1f46fb13c9 (diff)
initial refactoring of client.rb
Diffstat (limited to 'activitypub.rb')
-rw-r--r--activitypub.rb2
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'