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'