Skip to content

Commit

Permalink
api url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Apr 10, 2024
1 parent a03fb89 commit 43073ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/lib/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import request from '../apiClient'
import type { User } from '../../types/index'

const API_NAME = 'Blueprint Backend API'
const BASE = '/user/'
const BASE = '/users/'

export const getAllUsers = async (): Promise<AxiosResponse> => {
try {
Expand Down

0 comments on commit 43073ac

Please sign in to comment.