diff --git a/open-api/openapi.json b/open-api/openapi.json index 21e93ce..40dd09e 100644 --- a/open-api/openapi.json +++ b/open-api/openapi.json @@ -1409,7 +1409,7 @@ "contestEnd": null, "weekOneEnd": null, "milestoneHash": null, - "splashSlug": "pantheon" + "splashSlug": "pantheon2" } ] }, diff --git a/src/schema/components/ActivityDefinition.ts b/src/schema/components/ActivityDefinition.ts index f08baff..4f138cb 100644 --- a/src/schema/components/ActivityDefinition.ts +++ b/src/schema/components/ActivityDefinition.ts @@ -60,7 +60,7 @@ export const zActivityDefinition = registry.register( contestEnd: null, weekOneEnd: null, milestoneHash: null, - splashSlug: "pantheon" + splashSlug: "pantheon2" } ] })