Changeset 0.8.5 (#48)
This commit is contained in:
@@ -128,6 +128,9 @@ func main() {
|
||||
protected.GET("/api-configs/:id/models", apiCfg.ListModels)
|
||||
protected.GET("/models", apiCfg.ListAllModels)
|
||||
protected.GET("/models/enabled", apiCfg.ListEnabledModels)
|
||||
protected.GET("/models/preferences", handlers.GetModelPreferences)
|
||||
protected.PUT("/models/preferences", handlers.SetModelPreference)
|
||||
protected.POST("/models/preferences/bulk", handlers.BulkSetModelPreferences)
|
||||
|
||||
// User Settings & Profile
|
||||
settings := handlers.NewSettingsHandler()
|
||||
|
||||
Reference in New Issue
Block a user