Skip to content

Commit

Permalink
Merge pull request #67 from workshopapps/fix--bimp/vips-package-issue
Browse files Browse the repository at this point in the history
Fix  bimp/vips package issue
  • Loading branch information
namikaze-dev authored Dec 1, 2022
2 parents b94ea30 + e2904bf commit 69521b6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 283 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ require (
github.com/go-playground/validator/v10 v10.11.1
github.com/go-redis/redis/v8 v8.11.5
github.com/google/uuid v1.3.0
github.com/h2non/bimg v1.1.9
)

require (
Expand Down
28 changes: 0 additions & 28 deletions pkg/handler/mine-service/compress_image.go

This file was deleted.

151 changes: 0 additions & 151 deletions pkg/handler/mine-service/prompt.go

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/router/mine-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ func MineServiceUpload(r *gin.Engine, validate *validator.Validate, ApiVersion s
authUrl := r.Group(fmt.Sprintf("/api/%v", ApiVersion))
{
authUrl.POST("/mine-service/upload", mineservice.MineImageUpload)
authUrl.POST("/mine-service/upload-prompt", mineservice.PromptMineImageUpload)
authUrl.POST("/mine-service/url-prompt", mineservice.PromptMineImageUrl)
authUrl.POST("/mine-service/url", mineservice.MineImageUrl)
authUrl.GET("/mine-service/get-all", mineservice.GetMinedImages)
}
Expand Down
39 changes: 0 additions & 39 deletions service/mine-service/prompt.go

This file was deleted.

62 changes: 0 additions & 62 deletions tests/mine-service_test.go

This file was deleted.

0 comments on commit 69521b6

Please sign in to comment.