Skip to content

Commit 8ca8936

Browse files
authored
Merge pull request #227 from SIT-DigiCre/fix/openapi-server-url
fix: openapi.ymlからサーバーURLを削除
2 parents 87947b7 + 846c85e commit 8ca8936

File tree

4 files changed

+93
-96
lines changed

4 files changed

+93
-96
lines changed

docker-compose-prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ services:
5151
volumes:
5252
db_data:
5353

54-
5554
networks:
5655
https_network:
5756
external: true

document/bundle.gen.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ openapi: 3.0.3
22
info:
33
version: 3.1.0
44
title: Digicore
5-
servers:
6-
- url: 'https://coreapi3.digicre.net/'
75
tags:
86
- name: auth
97
description: Authentication system

document/openapi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ openapi: "3.0.3"
22
info:
33
version: "3.1.0"
44
title: "Digicore"
5-
servers:
6-
- url: "https://coreapi3.digicre.net/"
5+
# サーバーURLを設定すると動作しなくなる ref: https://github.com/SIT-DigiCre/digicore_v3_backend/issues/226
6+
# servers:
7+
# - url: "https://coreapi3.digicre.net/"
78
tags:
89
$ref: "./tags.yml"
910
paths:

pkg/api/spec.gen.go

Lines changed: 90 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)