Browse Source
Merge pull request #19393 from abpframework/auto-merge/rel-8-1/2604
Merge branch dev with rel-8.1
pull/19395/head
maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
docs/en/API/Swagger-Integration.md
|
|
|
@ -74,6 +74,10 @@ public override void OnApplicationInitialization(ApplicationInitializationContex |
|
|
|
|
|
|
|
//... other configurations. |
|
|
|
|
|
|
|
app.UseStaticFiles(); |
|
|
|
|
|
|
|
app.UseSwagger(); |
|
|
|
|
|
|
|
app.UseAbpSwaggerUI(options => |
|
|
|
{ |
|
|
|
options.SwaggerEndpoint("/swagger/v1/swagger.json", "Test API"); |
|
|
|
|