opencode chat backend

This commit is contained in:
2026-01-31 10:13:18 +00:00
parent b301822543
commit 925e8f2746
9 changed files with 777 additions and 0 deletions

View File

@@ -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,