Add ability to connect with settings from third-party backend
This commit is contained in:
@@ -49,4 +49,6 @@ func SetupRoutes(router *gin.Engine) {
|
||||
api.GET("/bookmarks", GetBookmarks)
|
||||
api.GET("/export", DataExport)
|
||||
}
|
||||
|
||||
group.GET("/connect/:resource", ConnectWithBackend)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user