From d2e24799f409eb93175357f00d08792b3535901f Mon Sep 17 00:00:00 2001 From: Joe Abbate Date: Mon, 6 Jan 2025 21:11:22 -0500 Subject: [PATCH 1/2] Fix Naming in WWW Pages --- tavern/app.go | 2 +- tavern/internal/www/public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tavern/app.go b/tavern/app.go index 6a7510a10..953f567d6 100644 --- a/tavern/app.go +++ b/tavern/app.go @@ -223,7 +223,7 @@ func NewServer(ctx context.Context, options ...func(*Config)) (*Server, error) { AllowUnactivated: true, }, "/playground": tavernhttp.Endpoint{ - Handler: playground.Handler("Tavern", "/graphql"), + Handler: playground.Handler("Realm - Red Team Engagement Platform", "/graphql"), LoginRedirectURI: "/oauth/login", }, } diff --git a/tavern/internal/www/public/index.html b/tavern/internal/www/public/index.html index 3c620d2e1..6374cb837 100644 --- a/tavern/internal/www/public/index.html +++ b/tavern/internal/www/public/index.html @@ -10,7 +10,7 @@ - +