From 6c3ddb536b3e047df4982e5741bffc504922340f Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 27 Feb 2017 16:04:32 -0500 Subject: [PATCH] api help redirect --- controller/Controller.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/Controller.class.php b/controller/Controller.class.php index 7f42aead..cb76a4d3 100644 --- a/controller/Controller.class.php +++ b/controller/Controller.class.php @@ -127,6 +127,7 @@ class Controller '/deck.pdf' => 'https://www.dropbox.com/s/0xj4vgucsbi8rtv/lbry-deck.pdf?dl=1', '/pln.pdf' => 'https://www.dropbox.com/s/uevjrwnyr672clj/lbry-pln.pdf?dl=1', '/plan.pdf' => 'https://www.dropbox.com/s/uevjrwnyr672clj/lbry-pln.pdf?dl=1', + '/api-help' => 'https://lbryio.github.io/lbry/api/', ];