ソースを参照

Fix beer service to point to localhost

Matt Raible 7 年 前
コミット
304c86810a
共有3 個のファイルを変更した3349 個の追加2 個の削除を含む
  1. 1
    1
      ionic-beer/package.json
  2. 1
    1
      ionic-beer/src/providers/beer-service.ts
  3. 3347
    0
      ionic-beer/yarn.lock

+ 1
- 1
ionic-beer/package.json ファイルの表示

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "ionic-beer",
3
-  "author": "Ionic Beer",
3
+  "author": "Matt Raible",
4 4
   "homepage": "https://github.com/oktadeveloper/spring-boot-ionic-example",
5 5
   "private": true,
6 6
   "scripts": {

+ 1
- 1
ionic-beer/src/providers/beer-service.ts ファイルの表示

@@ -5,7 +5,7 @@ import { Observable } from 'rxjs';
5 5
 
6 6
 @Injectable()
7 7
 export class BeerService {
8
-  public API = 'https://ionic-server-acrodont-protyle.cfapps.io';
8
+  public API = 'http://localhost:8080';
9 9
   public BEER_API = this.API + '/beers';
10 10
 
11 11
   constructor(private http: Http) {}

+ 3347
- 0
ionic-beer/yarn.lock
ファイル差分が大きすぎるため省略します
ファイルの表示