Skip to content

Commit

Permalink
Merge pull request #111 from GiganticMinecraft/fix/swagger-url
Browse files Browse the repository at this point in the history
fix: swagger.ioが出しているスキーマ例のURLがリンク切れになっていたので修正
  • Loading branch information
rito528 authored Sep 17, 2023
2 parents 4070a5e + 0c0a2eb commit 4fe6767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-bullseye-slim

ENV PAGE_TITLE=ReDoc
ENV SPEC_URL=https://petstore3.swagger.io/api/v3/swagger.json
ENV SPEC_URL=https://petstore3.swagger.io/api/v3/openapi.json
ENV PORT=8080

EXPOSE 8080
Expand Down

0 comments on commit 4fe6767

Please sign in to comment.