···15151616 // ACCOUNT ENDPOINTS
17171818+ /*
1919+ // temporarily disabling these
2020+ // accounts should really be handled via the frontend rn, and juggling
2121+ // two different token bearer methods kinda sucks!!
2222+ // i'll look into generating API tokens on the frontend in the future
2323+ // TODO: generate API keys on the frontend
2424+1825 mux.Handle("/v1/login", handleLogin())
1926 mux.Handle("/v1/register", handleAccountRegistration())
2027 mux.Handle("/v1/delete-account", handleDeleteAccount())
2828+ */
21292230 // ARTIST ENDPOINTS
2331