added the proper production server to openapi.yaml

This commit is contained in:
2026-04-28 08:41:56 -04:00
parent d590a65c5e
commit e2a53f61df
3 changed files with 5 additions and 3 deletions

View File

@@ -4,8 +4,10 @@ info:
version: 1.0.0
description: A REST API for managing project ideas, projects, materials, and files
servers:
- url: https://idea-tracker-api.onrender.com/
description: Production server
- url: http://localhost:8080
description: Local development server
description: Local development server
tags:
- name: Authentication