增加pgx驱动,完善前端的代码,暂定supabase后端数据库

This commit is contained in:
2025-05-21 08:50:34 +08:00
parent 9f2fb09157
commit 66980958f5
13 changed files with 126 additions and 85 deletions

View File

@@ -13,4 +13,5 @@ func Route(app *echo.Echo) {
api := app.Group("/api/")
api.GET("getAssignment", handler.GetAssignment)
api.GET("test", handler.HandlerTest)
}