From fa75e6508a1218e0465f9811761d14afb68ad5fb Mon Sep 17 00:00:00 2001 From: fearandesire <63979371+fearandesire@users.noreply.github.com> Date: Sun, 2 Jun 2024 15:53:09 -0400 Subject: [PATCH] chore: Documentation for Pluto API --- src/utils/api/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utils/api/index.ts b/src/utils/api/index.ts index fe54102d..55a4acb1 100644 --- a/src/utils/api/index.ts +++ b/src/utils/api/index.ts @@ -1,3 +1,9 @@ +/** + * @module ApiIndex + * @description This module is the main entry & setup point for the Pluto API. This REST API is used for receiving data to trigger interactions with the application + * + */ + import Koa from 'koa' import cors from '@koa/cors' import logger from 'koa-logger'