oas-tools / oas-tools

NodeJS module to manage RESTful APIs defined with OpenAPI 3.0 Specs over express servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basepath is removed when calling any endpoint on google cloud functions.

fwermus opened this issue · comments

Describe the bug

Basepath is removed when calling any endpoint on google cloud functions.

To Reproduce

The bug is best describe for swagger version in

scottie1984/swagger-ui-express#183

Expected behavior

The basepath is not removed and the call returns instead of 404, a 200.

Screenshots

scottie1984/swagger-ui-express#183

Desktop (please complete the following information):

  • Version: 3.0 to 3.1 OAS TOOLS and google cloud functions

Smartphone (please complete the following information):

Additional context

Add any other context about the problem here.

Can confirm, have this exact same issue myself