Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bsu3338 committed Apr 12, 2024
1 parent 7560a20 commit 47c1226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/server/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const search = require('./search');
const tokenizer = require('./tokenizer');
const auth = require('./auth');
const keys = require('./keys');
const preferences = require('./preferences');
const oauth = require('./oauth');
const endpoints = require('./endpoints');
const balance = require('./balance');
Expand All @@ -29,6 +30,7 @@ module.exports = {
prompts,
auth,
keys,
preferences,
oauth,
user,
tokenizer,
Expand Down

0 comments on commit 47c1226

Please sign in to comment.