Merge branch 'bookmarks'
This commit is contained in:
1
main.go
1
main.go
@@ -165,6 +165,7 @@ func startServer() {
|
||||
router.GET("/explain", API_ExplainQuery)
|
||||
router.POST("/explain", API_ExplainQuery)
|
||||
router.GET("/history", API_History)
|
||||
router.GET("/bookmarks", API_Bookmarks)
|
||||
router.GET("/static/:type/:name", API_ServeAsset)
|
||||
|
||||
fmt.Println("Starting server...")
|
||||
|
||||
Reference in New Issue
Block a user