Skip to content

Commit

Permalink
chore: Documentation for Pluto API
Browse files Browse the repository at this point in the history
  • Loading branch information
fearandesire committed Jun 2, 2024
1 parent 5625857 commit fa75e65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/utils/api/index.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit fa75e65

Please sign in to comment.