summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/lib/FakeAPI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/FakeAPI.pm b/t/lib/FakeAPI.pm
index 8fa6472..d51a469 100644
--- a/t/lib/FakeAPI.pm
+++ b/t/lib/FakeAPI.pm
@@ -3,7 +3,7 @@ use Moose;
 use MooseX::Net::API;
 
 net_api_declare demorest => (
-    base_url       => 'http://localhost:3000/rest',
+    base_url       => 'http://lumberjaph.net/demorest/rest',
     format         => 'json',
     format_mode    => 'content-type',
     authentication => 0,