我试图在heroku上设置解析服务器,但似乎"无法获取/"
请参阅此处https://mvc-parse-server-clean.herokuapp.com/
我已将<div class="container-fluid">
<h2>MDMSection</h2>
<p>The .thumbnail class can be used to display an image gallery.</p>
<p>The .caption class adds proper padding and a dark grey color to text inside thumbnails.</p>
<p>Click on the images to see all Q&A</p>
<div class="row">
<div class="col-md-4">
<img id="imgReloader" alt="Bootstrap Image Preview" src="http://lorempixel.com/140/140/" class="img-rounded" />
<div class="caption">
<p>Android</p>
</div>
</div>
<div class="col-md-4">
<img id="image2" alt="Bootstrap Image Preview" src="http://lorempixel.com/140/140/" class="img-rounded" />
<div class="caption">
<p>iOS</p>
</div>
</div>
<div class="col-md-4">
<img id="image3" alt="Bootstrap Image Preview" src="http://lorempixel.com/140/140/" class="img-rounded" />
<div class="caption">
<p>Windows Phone</p>
</div>
</div>
</div>
设置为配置变量中的PARSE_SERVER_URL
。我还将https://mvc-parse-server-clean.herokuapp.com/parse
设为PARSE_SERVER_MOUNT_PATH
它应该有效,不应该吗?
有什么想法吗?
答案 0 :(得分:0)
您对https://mvc-parse-server-clean.herokuapp.com的期望是什么? 解析器服务器正在运行,并且正在侦听传入的请求,请参阅: https://mvc-parse-server-clean.herokuapp.com/parse