mirror of
https://github.com/hex248/sprint.git
synced 2026-02-09 02:33:02 +00:00
opencode chat backend
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import aiChat from "./ai/chat";
|
||||
import authLogin from "./auth/login";
|
||||
import authLogout from "./auth/logout";
|
||||
import authMe from "./auth/me";
|
||||
@@ -56,6 +57,8 @@ import userUpdate from "./user/update";
|
||||
import userUploadAvatar from "./user/upload-avatar";
|
||||
|
||||
export const routes = {
|
||||
aiChat,
|
||||
|
||||
authRegister,
|
||||
authLogin,
|
||||
authLogout,
|
||||
|
||||
Reference in New Issue
Block a user