Skip to content

Commit a62398e

Browse files
committed
fix : swagger-ui https fix
1 parent 0ec119d commit a62398e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ springdoc:
9999
title: leetstats-api
100100
description: "The API for retrieving your LeetCode profile & Problems statistics"
101101
version: "0.0.1-SNAPSHOT"
102+
servers:
103+
- url: https://4.213.1.116.nip.io/api/v1
104+
description: Production server
105+
- url: http://localhost:8080/api/v1
106+
description: Local development server
102107

103108
scheduler:
104109
enabled: true #change this to true when deploying via pipeline for testing we can keep it false after once the data is loaded in db

0 commit comments

Comments
 (0)