Skip to content

Commit 846c85e

Browse files
committed
fix: remove server url on openapi.yml
1 parent 87947b7 commit 846c85e

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)