refactor: OpenAPI as Response submodule

* body after dbstructure
* rename runPgLocals to setPgLocals
This commit is contained in:
steve-chavez
2022-10-01 11:05:49 -05:00
committed by Steve Chavez
parent f54dc2e20e
commit fd67c8480c
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -55,7 +55,6 @@ library
PostgREST.Logger
PostgREST.Middleware
PostgREST.MediaType
PostgREST.OpenAPI
PostgREST.Query
PostgREST.Query.QueryBuilder
PostgREST.Query.SqlFragment
@@ -69,6 +68,7 @@ library
PostgREST.Request.ReadQuery
PostgREST.Request.Types
PostgREST.Response
PostgREST.Response.OpenAPI
PostgREST.Version
PostgREST.Workers
other-modules: Paths_postgrest