added the proper production server to openapi.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user