Skip to content

Commit

Permalink
chore: remove swagger (opengovsg#2276)
Browse files Browse the repository at this point in the history
* refactor: modify default from address

* fix: bug in from address validation

* refactor: reuse isDefaultFromAddress

* chore: remove swagger

* fix: missing peer dep

* fix: move peer dep to fe

* chore: move enquirer to dev dep

---------

Co-authored-by: KishenKumarrrrr <[email protected]>
  • Loading branch information
jia1 and KishenKumarrrrr authored Sep 2, 2024
1 parent 69cf50c commit 2269ef1
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 5,007 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ You should find the

- React frontend at [localhost:3000](http://localhost:3000)
- Express backend at [localhost:4000](http://localhost:4000)
- Swagger docs at [localhost:4000/docs](http://localhost:4000/docs)

Alternatively, if you would like to develop locally against staging database and workers, ensure that you have set up the necessary variables in `./backend/.env` and run either:

Expand Down
1 change: 0 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ RUN npm install

COPY --from=builder /usr/home/shared/build ../shared/build

COPY openapi.yaml ./
COPY --from=builder /usr/home/postmangovsg/build ./build

ENTRYPOINT [ "tini", "--" ]
Expand Down
Loading

0 comments on commit 2269ef1

Please sign in to comment.