From fd11f19e869d01d7d6c2364ac9af93f61410160b Mon Sep 17 00:00:00 2001 From: mraysa80 <80971712+mraysa80@users.noreply.github.com> Date: Tue, 5 Oct 2021 00:36:59 -0500 Subject: [PATCH 1/4] First commit :) --- README.md | 1 + src/routes/HelloWorldRoute.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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..9a8c650 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'] }; } } From 1d3dea34440081654b90f0f2d682e2c2c573db28 Mon Sep 17 00:00:00 2001 From: mraysa80 <80971712+mraysa80@users.noreply.github.com> Date: Tue, 5 Oct 2021 00:47:28 -0500 Subject: [PATCH 2/4] first commit --- src/routes/HelloWorldRoute.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/HelloWorldRoute.ts b/src/routes/HelloWorldRoute.ts index 9a8c650..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: ['Raysa Morel'] + podmates: ["Raysa Morel"] }; } } From 5ca5c0fb0a0392d9fd48ca7d0f111704e1f36c1c Mon Sep 17 00:00:00 2001 From: mraysa80 <80971712+mraysa80@users.noreply.github.com> Date: Tue, 5 Oct 2021 00:55:37 -0500 Subject: [PATCH 3/4] First commit :) (#1) * First commit :) * first commit --- README.md | 1 + src/routes/HelloWorldRoute.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"] }; } } From 6a77196a48d21d6da1dcf9b3a896ba2bcdfa6223 Mon Sep 17 00:00:00 2001 From: mraysa80 <80971712+mraysa80@users.noreply.github.com> Date: Tue, 5 Oct 2021 17:09:41 -0500 Subject: [PATCH 4/4] first commit --- src/routes/HelloWorldRoute.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/HelloWorldRoute.ts b/src/routes/HelloWorldRoute.ts index e9b05a1..9a8c650 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: ["Raysa Morel"] + podmates: ['Raysa Morel'] }; } }