Initial take on bookmarks

This commit is contained in:
Dan Sosedoff
2014-12-02 22:19:38 -06:00
parent 403701b258
commit 8fae96dcbd
3 changed files with 89 additions and 0 deletions

View File

@@ -161,6 +161,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...")