Remove final slash from /webrtc/

Signed-off-by: Olivier Paroz (oparoz) <github@oparoz.com>
This commit is contained in:
Olivier Paroz (oparoz) 2016-10-16 00:28:30 +02:00
Родитель 2541869277
Коммит 4c8ca4e72a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 165E66587C7FE8B1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@ listen = 127.0.0.1:8080
; HTTP socket write timeout in seconds.
;writetimeout = 10
; Use basePath if the server does not run on the root path (/) of your server.
basePath = /webrtc/
basePath = /webrtc
; Set maximum number of open files (only works when run as root).
;maxfd = 32768
; Enable stats API /api/v1/stats for debugging (not for production use!).