File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
src/services/JSE.Pedido.API Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1+ @JSE.Pedido_API_HostAddress = http://localhost:44352
2+
3+ GET {{JSE.Pedido_API_HostAddress }}/pedidos/
4+ Accept: application/json
5+
6+ ###
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11using JSE . Pedidos . API . Configuration ;
22using JSE . WebAPI . Core . IdentityConfiguration ;
3+ using Microsoft . Extensions . Configuration ;
34
45var builder = WebApplication . CreateBuilder ( args ) ;
56var configuration = builder . Configuration ;
1617builder . Services . AddJwtConfiguration ( configuration ) ;
1718builder . Services . AddSwaggerConfiguration ( ) ;
1819builder . Services . RegisterServices ( ) ;
20+ builder . Services . AddMessageBusConfiguration ( configuration ) ;
1921
2022var app = builder . Build ( ) ;
2123var environment = app . Environment ;
You can’t perform that action at this time.
0 commit comments