提交 b9e23ba5 编写于 作者: A Agnaramon Boris-Carnot 提交者: Jake Wharton

Update index.html (#3286)

Add missing slash
上级 fdd6aa73
......@@ -149,7 +149,7 @@ Call&lt;User> getUser(@HeaderMap Map&lt;String, String&gt; headers)</pre>
</ul>
<p>Here's an example of using the <code>GsonConverterFactory</code> class to generate an implementation of the <code>GitHubService</code> interface which uses Gson for its deserialization.</p>
<pre class="prettyprint">Retrofit retrofit = new Retrofit.Builder()
.baseUrl("https://api.github.com")
.baseUrl("https://api.github.com/")
.addConverterFactory(GsonConverterFactory.create())
.build();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册