Skip to content

Commit

Permalink
Move everything under multipart file
Browse files Browse the repository at this point in the history
Fix some nitpicks
  • Loading branch information
sergeykolbasov committed Dec 12, 2017
1 parent 29065f2 commit 610bfc6
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 238 deletions.
3 changes: 1 addition & 2 deletions core/src/main/scala/io/finch/Endpoints.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ trait Endpoints extends Bodies
with Headers
with ParamAndParams
with Cookies
with FileUploads
with Attributes {
with FileUploadsAndAttributes {

/**
* An [[Endpoint]] that skips all path segments.
Expand Down
124 changes: 0 additions & 124 deletions core/src/main/scala/io/finch/endpoint/attribute.scala

This file was deleted.

112 changes: 0 additions & 112 deletions core/src/main/scala/io/finch/endpoint/file.scala

This file was deleted.

Loading

0 comments on commit 610bfc6

Please sign in to comment.