From 39da46ac9ab4053bde7253ab1a4e2818bcce9c5a Mon Sep 17 00:00:00 2001 From: Simon Renhult Date: Sat, 4 May 2024 19:25:22 +0200 Subject: [PATCH] Updated the README to point to the correct URL for user management --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 755a308..0dc1efa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A website for displaying information and advertisements "PRs". Created with Pyth ## Usage - ```/``` displays PRs. - ```/admin``` is the administrator interface for managing PRs. Can be accessed by any registered user. Users with the ```admin``` role will be able to manage all PRs while users with the ```pr``` role will only be able to access their own. -- ```/users``` is the user management interface, available only for users with the ```admin``` role. +- ```/admin/users``` is the user management interface, available only for users with the ```admin``` role. - ```/pr``` returns a list of relative links to PRs to be shown in JSON format. ### Dates