Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit 5f79f58

Browse files
committed
Remove the oopsie in serverless example
1 parent ca7f3b5 commit 5f79f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/project/openapi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ components:
143143
info:
144144
title: ''
145145
description: ''
146-
version: 249c21ac-b279-4665-8f59-4873a4c151a2
146+
version: 85bfbe6d-64b2-45e3-b74e-d26ba8dfa3bb
147147
paths:
148148
/create:
149149
post:

test/project/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider:
55
runtime: nodejs6.10
66

77
plugins:
8-
localPath: /Users/alex/dev/serverless-openapi-documentation
8+
localPath: ../../
99
modules:
1010
- build
1111

0 commit comments

Comments
 (0)