File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -259,14 +259,15 @@ Reference to https://github.com/Sairyss/domain-driven-hexagon
259259# 🎇 Starting the APIs
260260
261261```
262+ $ cd samples
262263$ tye run
263264```
264265
265266- Public Apis:
266267
267268> Tye Dashboard: [ http://localhost:8000 ] ( http://localhost:8000 )
268269>
269- > Play around at [ restclient.http] ( restclient.http )
270+ > Play around at [ restclient.http] ( samples/ restclient.http)
270271
271272<table >
272273 <thead >
@@ -450,4 +451,4 @@ public class OutboxEntity
450451- https://github.com/alibaba/COLA
451452- [ Ant Design Components] ( https://ant.design/components/overview )
452453- [ C4 PlaintUML Model] ( https://github.com/plantuml-stdlib/C4-PlantUML/blob/master/samples/C4CoreDiagrams.md )
453- - [ Real world PlantUML] ( https://real-world-plantuml.com )
454+ - [ Real world PlantUML] ( https://real-world-plantuml.com )
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
44 <clear />
55 <add key =" NuGet.org" value =" https://api.nuget.org/v3/index.json" />
66 <!-- <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" /> -->
7- <add key =" github" value =" https://nuget.pkg.github.com/thangchung/index.json" />
7+ <!-- < add key="github" value="https://nuget.pkg.github.com/thangchung/index.json" /> -- >
88 </packageSources >
99</configuration >
You can’t perform that action at this time.
0 commit comments