Can you explain the below line -
services.AddOcelot(Configuration);
What does Configuration mean this context. Is it an object or do we need to add any namespace for it
Can you explain the below line -
services.AddOcelot(Configuration);
What does Configuration mean this context. Is it an object or do we need to add any namespace for it