Skip to content

Commit 471f81c

Browse files
committed
update index
1 parent fb29263 commit 471f81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/pages/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
class ApiService extends NyApiService {
222222

223223
@override
224-
String get baseUrl => "api.example.com/v1";
224+
String get baseUrl => "https://api.example.com/v1";
225225

226226
Future<List<Post>> posts() async {
227227
return await network(

0 commit comments

Comments
 (0)