質問編集履歴

3

修正

2020/02/03 10:46

投稿

rainbowsix002
rainbowsix002

スコア39

test CHANGED
File without changes
test CHANGED
@@ -26,11 +26,11 @@
26
26
 
27
27
  ```ここに言語を入力
28
28
 
29
- https://dog.app/dog/index.html
29
+ https://dog.localhost/dog/index.html
30
30
 
31
- https://cat.app/cat/index.html
31
+ https://cat.localhost/cat/index.html
32
32
 
33
- https://pig.app/pig/index.html
33
+ https://pig.localhost/pig/index.html
34
34
 
35
35
  ```
36
36
 
@@ -40,11 +40,11 @@
40
40
 
41
41
  ```ここに言語を入力
42
42
 
43
- https://animal.app/dog/index.html
43
+ https://animal.localhost/dog/index.html
44
44
 
45
- https://animal.app/cat/index.html
45
+ https://animal.localhost/cat/index.html
46
46
 
47
- https://animal.app/pig/index.html
47
+ https://animal.localhost/pig/index.html
48
48
 
49
49
  ```
50
50
 

2

タイトル修正

2020/02/03 10:46

投稿

rainbowsix002
rainbowsix002

スコア39

test CHANGED
File without changes
test CHANGED
File without changes

1

修正

2020/01/30 09:18

投稿

rainbowsix002
rainbowsix002

スコア39

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,24 @@
3
3
 
4
4
 
5
5
  現状
6
+
7
+ フォルダ構成
8
+
9
+
10
+
11
+ ```ここに言語を入力
12
+
13
+ service-laradock
14
+
15
+ -dog
16
+
17
+ -cat
18
+
19
+ -pig
20
+
21
+ ```
22
+
23
+
6
24
 
7
25
  それぞれ三つのプロジェクトが存在します。
8
26