]> source.dussan.org Git - gitea.git/commit
Use mount but not register for chi routes (#13555)
authorLunny Xiao <xiaolunwen@gmail.com>
Mon, 16 Nov 2020 07:33:41 +0000 (15:33 +0800)
committerGitHub <noreply@github.com>
Mon, 16 Nov 2020 07:33:41 +0000 (15:33 +0800)
commit586bfb9f32f1d916b6246ff7f0bd9ce2818dfab0
tree112b100dd6e8cba8b0604a4118d38c84d97989c9
parent8c2b5feeaef96601c578bc26db7925586f552456
Use mount but not register for chi routes (#13555)

* Use mount but not register for chi routes

* Fix test

* Fix test

* Fix test

* Fix comment

* turn back unnecessary change

* Remove the timout middleware since some operations may spend much time.
cmd/web.go
contrib/pr/checkout.go
integrations/create_no_session_test.go
integrations/integration_test.go
routers/install.go
routers/routes/chi.go