mirror of https://github.com/buster-so/buster.git
Update apps/server/src/api/v2/users/index.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
bbced0d9b8
commit
f9252ce149
|
@ -9,7 +9,7 @@ const app = new Hono()
|
|||
.use('*', requireAuth)
|
||||
// Mount the modular routes
|
||||
.route('/', GET)
|
||||
.route('/', GET_ID)
|
||||
.route('/:id', GET_ID)
|
||||
.route('/', POST);
|
||||
|
||||
export default app;
|
||||
|
|
Loading…
Reference in New Issue