chore(admin): add endpoints for refreshing content
authorxangelo <me@xangelo.ca>
Wed, 4 Dec 2024 16:33:53 +0000 (11:33 -0500)
committerxangelo <me@xangelo.ca>
Wed, 4 Dec 2024 16:33:53 +0000 (11:33 -0500)
commitd04847c11dd04241e94134e1c9212c852c7af11e
tree45a7b159bf9b9ec797d2f0a19987a889da27e5a0
parent421b17d57f5d958c67f089f1a67e44b0f8aae9c1
chore(admin): add endpoints for refreshing content

The content refresh endpoints are now accessible to admins only via
the Admin panel that is integrated with the "Settings" page.
seeds/monsters.ts
seeds/shop_items.ts
src/server/api.ts
src/server/permissions.ts [new file with mode: 0644]
src/server/routes/admin.ts [new file with mode: 0644]
src/server/routes/index.ts
src/server/views/admin.ts [new file with mode: 0644]
tsconfig.json