Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 358 Bytes

File metadata and controls

11 lines (6 loc) · 358 Bytes

Controllers

Controllers - business logic functions, end of the API route

Purpose

This folder contains business logic functions that handle incoming requests and send responses to the client.

Structure

Each controller file corresponds to a specific API endpoint or resource, containing the necessary logic to fulfill the request.