File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Genocs.WebApi.Swagger/Docs Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- using Genocs . Docs . Swagger . Builders ;
21using Genocs . Core . Builders ;
2+ using Genocs . WebApi . Swagger . Docs . Builders ;
33using Microsoft . AspNetCore . Builder ;
44using Microsoft . Extensions . DependencyInjection ;
55using Microsoft . OpenApi . Models ;
Original file line number Diff line number Diff line change 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
3838POST {{identity}}/refresh-tokens/revoke
3939
4040{
41- "RefreshToken" : "CxfNE7Yhth8kGtxh9rcSrPLk3WRYX43Nd9nlkH "
41+ "RefreshToken" : "9m1vfuKUfY2DSIZYitmywy7dAVVTfMJLFeH34l6 "
4242}
4343
4444
You can’t perform that action at this time.
0 commit comments