fix: correct uri for user creation page
This commit is contained in:
@ -33,7 +33,7 @@ const AdminUsersPage: FC = () => {
|
||||
</div>
|
||||
<div className="p-4 flex flex-row items-center justify-between">
|
||||
<p className="text-gray-800 dark:text-gray-300">Search...</p>
|
||||
<Link to="/admin/api-services/create">
|
||||
<Link to="/admin/users/create">
|
||||
<Button className="flex flex-row items-center gap-2">
|
||||
<UserPlus /> Add User
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user