Skip to content

Commit

Permalink
Delete openapi.json file (#298)
Browse files Browse the repository at this point in the history
* Delete openapi.json file

This commit removes the openapi.json file which contains the project's API definitions. This suggests a change in how documentations or configurations of the API will be handled, possibly taking a different approach or discarding them altogether.

* docker image fix
  • Loading branch information
ludeknovy authored Mar 1, 2024
1 parent dfdc962 commit 3fb4151
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1,256 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package.json package-lock.json ./

RUN npm install

COPY tsconfig.json custom-typings.d.ts openapi.json ./
COPY tsconfig.json custom-typings.d.ts ./

COPY /migrations ./migrations

Expand Down
Loading

0 comments on commit 3fb4151

Please sign in to comment.