sliproad/router
Gabriel Simmer 54fe5f9c5c Simplify file serving from local or remote.
Prior, we would decide how to serve a file based on whether it was local
or remote at a router level. This moves everything to an io.Copy call in
the router with the Provider returning an io.Reader.
2021-05-23 14:43:27 +01:00
..
authrouter.go Minor linting fixes & move to CircleCI/UPX orb. 2020-04-24 09:01:53 +01:00
filerouter.go Simplify file serving from local or remote. 2021-05-23 14:43:27 +01:00
router.go Minor linting fixes & move to CircleCI/UPX orb. 2020-04-24 09:01:53 +01:00