Skip to content

Commit 11582e2

Browse files
committed
Fix missing namespaces
1 parent df48cc0 commit 11582e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Genocs.WebApi.Swagger/Docs/Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using Genocs.Docs.Swagger.Builders;
21
using Genocs.Core.Builders;
2+
using Genocs.WebApi.Swagger.Docs.Builders;
33
using Microsoft.AspNetCore.Builder;
44
using Microsoft.Extensions.DependencyInjection;
55
using Microsoft.OpenApi.Models;

src/apps/api-workbench.rest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
###############################################################################
55

66
#@url = https://localhost:5001
7-
@apigateway = http://localhost:5500
8-
@identity = http://localhost:5510
7+
@apigateway = http://localhost:5000
8+
@identity = https://localhost:5271
99

1010

1111
### Sign up as Admin
@@ -38,7 +38,7 @@ GET {{identity}}/users?page=1
3838
POST {{identity}}/refresh-tokens/revoke
3939

4040
{
41-
"RefreshToken" : "CxfNE7Yhth8kGtxh9rcSrPLk3WRYX43Nd9nlkH"
41+
"RefreshToken" : "9m1vfuKUfY2DSIZYitmywy7dAVVTfMJLFeH34l6"
4242
}
4343

4444

0 commit comments

Comments
 (0)