From d7cfd274c0280f5138729f159d82bd73dafda523 Mon Sep 17 00:00:00 2001 From: Adam French Date: Wed, 10 Dec 2025 17:31:41 +0000 Subject: [PATCH] changing field names --- nginx/vue/src/components/home/Feed.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/vue/src/components/home/Feed.vue b/nginx/vue/src/components/home/Feed.vue index 8461af4..f97d1eb 100644 --- a/nginx/vue/src/components/home/Feed.vue +++ b/nginx/vue/src/components/home/Feed.vue @@ -52,7 +52,7 @@ onMounted(() => {

By: {{ post.author.username }}

{{ post.content }}
Created at: {{ new Date(post.CreatedAt).toLocaleString() }}Created at: {{ new Date(post.createdAt).toLocaleString() }}