[FA-13] Works locally, probably works in CICD
This commit is contained in:
@@ -69,6 +69,6 @@ public class Program
|
||||
|
||||
app.MapGraphQL();
|
||||
|
||||
app.Run();
|
||||
app.RunWithGraphQLCommands(args);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"subgraph": "Scheduler",
|
||||
"http": {
|
||||
"baseAddress": "http://localhost:5213/graphql"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user