Skip to content

Commit

Permalink
expose quizbowl folder to client
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey-wu committed Oct 1, 2024
1 parent 7737925 commit b60120c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/singleplayer/tossups/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Timer from '../../scripts/Timer.js';
import { arrayToRange, createTossupCard, rangeToArray } from '../../scripts/utilities/index.js';
import CategoryManager from '../../scripts/utilities/category-manager.js';
import { getDropdownValues } from '../../scripts/utilities/dropdown-checklist.js';
import { insertTokensIntoHTML } from '../../../quizbowl/insert-tokens-into-html.js';
import { insertTokensIntoHTML } from '../../insert-tokens-into-html.js';
import CategoryModal from '../../scripts/components/CategoryModal.min.js';
import DifficultyDropdown from '../../scripts/components/DifficultyDropdown.min.js';

Expand Down
2 changes: 1 addition & 1 deletion client/singleplayer/tossups/index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ router.use('/user', userRouter);
router.use('/webhook', webhookRouter);

router.use(express.static('client', { extensions: ['html'] }));
router.use(express.static('quizbowl'));
router.use(express.static('node_modules'));

/**
Expand Down

0 comments on commit b60120c

Please sign in to comment.