mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 10:57:05 +00:00
❤️ awesome and unique features for end-developers are coming...
total refactor of the hero and mvc packages, see README#Next (it's not completed yet) Former-commit-id: b85ae99cbfe5965ba919c1e15cf4989e787982c0
This commit is contained in:
@@ -12,7 +12,7 @@ func main() {
|
||||
mvc.New(app.Party("/api/values/{id}")).
|
||||
Handle(new(controllers.ValuesController))
|
||||
|
||||
app.Run(iris.Addr(":5000"))
|
||||
app.Listen(":5000")
|
||||
}
|
||||
|
||||
// +2MB/s faster than the previous implementation, 0.4MB/s difference from the raw handlers.
|
||||
|
||||
Reference in New Issue
Block a user