Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit a5c8344

Browse files
committed
Merge branch 'release/1.2.2' into master
2 parents abddcc2 + 2cf961d commit a5c8344

File tree

6 files changed

+430
-458
lines changed

6 files changed

+430
-458
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ typings/
6262

6363
# macOS Desktop files
6464
.DS_Store
65+
66+
# VS Code files
67+
.vscode/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api-server-boilerplate
22

3-
A stripped down API boilerplate built around NodeJS and Swagger V3.
3+
A stripped down API boilerplate built around NodeJS and OpenAPI (Swagger) V3.
44

55
## Configuration
66

api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
title: Dave's Boilerplate API
3+
title: Dave Sag's Boilerplate API
44
description: A boilerplate API codebase
55
contact:
66

0 commit comments

Comments
 (0)