diff --git a/src/app/lambdaFunctions/authenticatedWeb/lambda.ts b/src/app/lambdaFunctions/authenticatedWeb/lambda.ts index f788d16..9c1c772 100644 --- a/src/app/lambdaFunctions/authenticatedWeb/lambda.ts +++ b/src/app/lambdaFunctions/authenticatedWeb/lambda.ts @@ -20,11 +20,11 @@ import { gitHubActivityRoute } from '../../web/fragments/gitHubActivity' import { workflowHeadingRoute } from '../../web/fragments/workflowHeading' const router = createRouter([ - showHelloRoute, repoHeadingRoute, + workflowHeadingRoute, actionsStatusRoute, gitHubActivityRoute, - workflowHeadingRoute + showHelloRoute ]) let appState: AppState