Updated PathVersionMiddleware so that it is only applied to rest routes

This commit is contained in:
Alejandro Celaya
2017-01-21 20:12:12 +01:00
parent 869865f22a
commit de9d9d8667
4 changed files with 9 additions and 25 deletions

View File

@@ -10,6 +10,7 @@ services:
- "8000:80"
volumes:
- ./:/home/shlink/www
- ./docs:/home/shlink/www/public/docs
- ./data/infra/vhost.conf:/etc/nginx/conf.d/shlink-vhost.conf
links:
- shlink_php