From 9ebb969d03acdc5bb0f80cc1311d73719688542d Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 24 Mar 2022 10:10:58 -0500 Subject: Add camera support Signed-off-by: Matt Strapp --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.ts') 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(); -- cgit v1.2.3