package
0.0.0-20240816022241-652833e96d8d
Repository: https://github.com/tunghauvan/nginx-backend-protocal.git
Documentation: pkg.go.dev

# README

API Definition

Endpoints: /api/v1/users GET /users - Returns a list of all users POST /users - Creates a new user GET /users/{id} - Returns the user with the specified ID PUT /users/{id} - Updates the user with the specified ID DELETE /users/{id} - Deletes the user with the specified ID

# Functions

SetRoutes sets up the routes for the application.