From 9bc18f020dcdf3e248731202fa9f8f04b5dc5f87 Mon Sep 17 00:00:00 2001 From: Dane Harrison <56516981+DaneHarrison@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:11:03 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43c06f7..24fbc98 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ - [Session Management](#session-management) - [Authentication](#authentication) - [Authorization](#authorization) -- [Photos]() -- [Changelog]() +- [Photos](#photos) +- [Changelog](#changelog)
@@ -221,7 +221,7 @@ These correspond with the frontend functionalities mentioned above, however, not
-## changelog: +## Changelog - Swapped to an improved and new responsive frontend design - Raw HTML has been replaced with the Angular framework and TypeScript - CSS has been replaced with SCSS @@ -240,4 +240,4 @@ These correspond with the frontend functionalities mentioned above, however, not - The server can now be properly closed via terminal by issuing the close command - Fixed bugs: - throwing errors gave access to the system - access is now denied by default - - Fixed an issue where not using the subscribe event listener prevented requests from being made to the backend \ No newline at end of file + - Fixed an issue where not using the subscribe event listener prevented requests from being made to the backend