We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update this route to use whatever new method for config updates we decide on
2Keys/packages/@twokeys/server/src/routes/api.ts
Line 185 in ddb18d8
* Handles keyboard path update */ // TODO: Update this route to use whatever new method for config updates we decide on router.post("/post/update-keyboard-path", (req, res, next) => { const { keyboard, path } = req.body; logger.info(`Got update for ${keyboard}, path ${path}`); ndex ee78f9a..62dceaa 100644 ++ b/packages/@twokeys/server/src/routes/triggerHotkey.ts
9fff4da92569b26e738dbc4f38049f4f9eadc680
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Update this route to use whatever new method for config updates we decide on
2Keys/packages/@twokeys/server/src/routes/api.ts
Line 185 in ddb18d8
9fff4da92569b26e738dbc4f38049f4f9eadc680
The text was updated successfully, but these errors were encountered: