No double slash

This commit is contained in:
Vit Brunner
2015-04-21 19:06:50 +02:00
parent 02f3aea80a
commit 631df9677c
+1 -1
View File
@@ -15,7 +15,7 @@ angular.module("sideBySide").factory "fetch",
throw "Config doesn't contain a list of files."
promises = config.data.files.map (poem) ->
$http.get(base + '/' + poem).then (response) ->
$http.get(base + poem).then (response) ->
readerFactory(poem) response.data
{