Skip to content

Commit

Permalink
Updated the README to point to the correct URL for user management
Browse files Browse the repository at this point in the history
  • Loading branch information
Multipacker committed May 4, 2024
1 parent 4ba825f commit 39da46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39da46a

Please sign in to comment.