CodebreakerApp / Codebreaker.Backend

MIT License
2 stars 0 forks source link

Gateway missing in OnPremise mode #190

Open szv opened 2 months ago

szv commented 2 months ago

@christiannagel Is it intended that the gateway is missing in the on-premise mode?

christiannagel commented 2 months ago

https://github.com/CodebreakerApp/Codebreaker.Backend/tree/187-bookupdates/src/services/gateway

ApiGateway ist die Azure Version ApiGateway.Identities on-premises

szv commented 2 months ago

But it is missing in Program.cs of the AppHost, right? https://github.com/CodebreakerApp/Codebreaker.Backend/blob/187-bookupdates/src/services/host/Codebreaker.AppHost/Program.cs

christiannagel commented 2 months ago

only because it's not needed for the next week (but it will be required at a later iteration)