format
This commit is contained in:
parent
d858222af7
commit
7d9044ab29
202 changed files with 10755 additions and 10972 deletions
|
|
@ -11,7 +11,7 @@ exchange.get('/', async c => {
|
|||
return c.json({
|
||||
status: 'success',
|
||||
data: [],
|
||||
message: 'Exchange endpoints will be implemented with database integration'
|
||||
message: 'Exchange endpoints will be implemented with database integration',
|
||||
});
|
||||
} catch (error) {
|
||||
logger.error('Failed to get exchanges', { error });
|
||||
|
|
@ -19,4 +19,4 @@ exchange.get('/', async c => {
|
|||
}
|
||||
});
|
||||
|
||||
export { exchange as exchangeRoutes };
|
||||
export { exchange as exchangeRoutes };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue