Matthew Treinish d9b95fdfb4
Add missing quotes to config.json template
This commit adds a missing pair of quotes around the config.json
template. The url isn't being treated as a string without the quotes,
and we're getting json parsing errors.

Change-Id: Ic6a435b3872de89801792296d19d98107e673e48
2015-10-21 20:23:25 -04:00

4 lines
40 B
Plaintext

{
"apiRoot": "<%= @api_endpoint %>"
}