Skip to content

Commit 387a343

Browse files
Fix appsettings.json Scalar URL comments to reflect actual routes and Development-only constraint
Agent-Logs-Url: https://github.com/grandnode/grandnode2/sessions/cf4ebe9c-d4e9-42da-b121-a5406393ef5d Co-authored-by: KrzysztofPajak <16772986+KrzysztofPajak@users.noreply.github.com>
1 parent a168adf commit 387a343

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Web/Grand.Web/App_Data/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"ClientSecret": ""
172172
},
173173
//access to the api to web controllers
174-
//when enabled, API documentation (Scalar) is available at: https://your-domain/scalar/
174+
//when enabled (Development environment only), API documentation (Scalar) is available at: https://your-domain/scalar/v2
175175
//locally: https://localhost:44350/scalar/v2
176176
"FrontendAPI": {
177177
"Enabled": true,
@@ -188,7 +188,7 @@
188188
"RefreshTokenExpiryInMinutes": 1440
189189
},
190190
//api for admin
191-
//when enabled, API documentation (Scalar) is available at: https://your-domain/scalar/
191+
//when enabled (Development environment only), API documentation (Scalar) is available at: https://your-domain/scalar/v1
192192
//locally: https://localhost:44350/scalar/v1
193193
"BackendAPI": {
194194
"Enabled": true,

0 commit comments

Comments
 (0)