From 086f3153df713dd09334b45fe3a3b95d4dac5175 Mon Sep 17 00:00:00 2001 From: Adam Shamaa Date: Wed, 3 Jan 2024 04:39:01 -0500 Subject: [PATCH] add reference to backend repository in README --- README.md | 2 +- src/main/resources/openapi/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30da308..f1fef43 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - Github Packages ## Overview -This repository houses the backend API specs for the food-services-aggregator server. +This repository houses the backend API specs for the [food-services-aggregator server](https://github.com/adam-shamaa/food-services-backend-V2). ## Getting Started 1. Make changes directly to the OpenAPI spec [src/main/resources/openapi/openapi.yaml](https://github.com/adam-shamaa/food-services-aggregator-spec/blob/main/src/main/resources/openapi/openapi.yaml) diff --git a/src/main/resources/openapi/openapi.yaml b/src/main/resources/openapi/openapi.yaml index d335f7f..af2f1ae 100644 --- a/src/main/resources/openapi/openapi.yaml +++ b/src/main/resources/openapi/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Food Services description: Server for the food services aggregator application - version: 3.5.12 + version: 3.5.13 tags: - name: FoodServicesAggregator