mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
nevermind, no interactions
This commit is contained in:
parent
3033ebacb7
commit
ea691bb56e
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,9 @@ router.put('/guilds/:guildId/roles', ...guildsCommon, notImplemented);
|
|||
// Slug is unauthenticated...
|
||||
router.get('/guilds/slug/:guildId', injectParams, guildsSlug);
|
||||
|
||||
router.post('/interactions', notImplemented);
|
||||
// TODO: move this to another worker.
|
||||
// It inflates the output by way too much.
|
||||
// router.post('/interactions', handleInteraction);
|
||||
|
||||
router.get(
|
||||
'/legacy/preflight/:guildId',
|
||||
|
|
Loading…
Add table
Reference in a new issue