aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-03-24 10:10:58 -0500
committerMatt Strapp <matt@mattstrapp.net>2022-03-24 10:10:58 -0500
commit9ebb969d03acdc5bb0f80cc1311d73719688542d (patch)
tree83635f17dabdeb0e8629140cb366f00a49c8c3b7 /src/index.ts
parentBump minimist from 1.2.5 to 1.2.6 (#32) (diff)
downloadee4511w-web-9ebb969d03acdc5bb0f80cc1311d73719688542d.tar
ee4511w-web-9ebb969d03acdc5bb0f80cc1311d73719688542d.tar.gz
ee4511w-web-9ebb969d03acdc5bb0f80cc1311d73719688542d.tar.bz2
ee4511w-web-9ebb969d03acdc5bb0f80cc1311d73719688542d.tar.lz
ee4511w-web-9ebb969d03acdc5bb0f80cc1311d73719688542d.tar.xz
ee4511w-web-9ebb969d03acdc5bb0f80cc1311d73719688542d.tar.zst
ee4511w-web-9ebb969d03acdc5bb0f80cc1311d73719688542d.zip
Add camera support
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index def7aff..117f0f1 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -5,7 +5,7 @@ import rateLimit from 'express-rate-limit';
import helmet from 'helmet';
import path from 'path';
import { env } from 'process';
-import api from './routes/api';
+import api from './routes/pendulum';
const app = express();