From f1a85f47fd6b7e8caef810d7f77db377ba50b29c Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 20 Dec 2018 23:25:34 -0700 Subject: [PATCH] Add comment --- api.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api.php b/api.php index b45877d..d68b923 100644 --- a/api.php +++ b/api.php @@ -4,4 +4,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +// Load in new API from legacy location (a.k.a. here) require __DIR__ . "/api/index.php"; \ No newline at end of file