Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 4, 2024
1 parent c5eece4 commit 7e9076d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cask/src/cask/endpoints/WebEndpoints.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ class delete(val path: String, override val subpath: Boolean = false) extends We
}
class route(val path: String, val methods: Seq[String], override val subpath: Boolean = false) extends WebEndpoint

class options(val path: String,
override val subpath: Boolean = false) extends WebEndpoint{
class options(val path: String, override val subpath: Boolean = false) extends WebEndpoint{
val methods = Seq("options")
}

Expand Down

0 comments on commit 7e9076d

Please sign in to comment.