diff --git a/README.md b/README.md index 02bb6f2..dd29b97 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ Skeleton code for the ColorStack Sprout Fall '21 pod project. PodSpace is a private social network for pods to stay connected with each other after the program. ## Collaborators +Raysa Morel / CS @ WGU '23 \ No newline at end of file diff --git a/src/routes/HelloWorldRoute.ts b/src/routes/HelloWorldRoute.ts index 3be9b5e..e9b05a1 100644 --- a/src/routes/HelloWorldRoute.ts +++ b/src/routes/HelloWorldRoute.ts @@ -19,7 +19,7 @@ export default class HelloWorldRoute extends BaseRoute { async content(): Promise { return { message: 'Looks like the server is up and running!', - podmates: [] + podmates: ["Raysa Morel"] }; } }