|
moved Constants and Errorhandler from api to util
|
|---|
|
|
| api/src/index.ts |
|---|
| api/src/middlewares/ErrorHandler.ts |
|---|
| api/src/routes/channels/#channel_id/pins.ts |
|---|
| api/src/routes/channels/#channel_id/webhooks.ts |
|---|
| api/src/routes/guilds/#guild_id/roles.ts |
|---|
| api/src/routes/guilds/index.ts |
|---|
| api/src/routes/guilds/templates/index.ts |
|---|
| api/src/routes/users/@me/relationships.ts |
|---|
| api/src/util/ApiError.ts 100644 → 0 |
|---|
| api/src/util/Constants.ts 100644 → 0 |
|---|
| util/src/util/ApiError.ts 0 → 100644 |
|---|
| util/src/util/Constants.ts 0 → 100644 |
|---|
| util/src/util/index.ts |
|---|