[FA-misc] Reporting service now has a status page on the frontend
This commit is contained in:
@@ -36,9 +36,8 @@ public class Program
|
||||
#region GraphQL
|
||||
|
||||
builder.Services.AddGraphQLServer()
|
||||
.AddQueryConventions()
|
||||
.AddTypeExtension(typeof(JobQueries))
|
||||
.ApplySaneDefaults()
|
||||
.AddQueryType<Query>()
|
||||
.AddAuthorization();
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user