mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Add server timing.
This commit is contained in:
parent
404fae9c7c
commit
a3ffbeccd0
3 changed files with 17 additions and 2 deletions
|
@ -98,7 +98,8 @@
|
|||
(create-router cfg)
|
||||
(rr/routes
|
||||
(rr/create-resource-handler {:path "/"})
|
||||
(rr/create-default-handler)))]
|
||||
(rr/create-default-handler))
|
||||
{:middleware [middleware/server-timing]})]
|
||||
(fn [request]
|
||||
(try
|
||||
(handler request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue