Gum-Joe / 2Keys

A easy to setup second keyboard, designed for everyone.
GNU General Public License v3.0
11 stars 4 forks source link

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

Open github-actions[bot] opened 4 years ago

github-actions[bot] commented 4 years ago

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

https://github.com/Gum-Joe/2Keys/blob/ddb18d8aa66b8541e8eb461abbed6c8bcb21a333/packages/@twokeys/server/src/routes/api.ts#L185

     * 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