Skip to content
New issue

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 c... #133

Open
github-actions bot opened this issue Oct 2, 2020 · 0 comments
Open

Update this route to use whatever new method for c... #133

github-actions bot opened this issue Oct 2, 2020 · 0 comments
Labels

Comments

@github-actions
Copy link

github-actions bot commented Oct 2, 2020

Update this route to use whatever new method for config updates we decide on

// TODO: Update this route to use whatever new method for config updates we decide on

	 * 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

@github-actions github-actions bot added the todo label Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants