質問編集履歴

1

誤字脱字

2019/02/16 14:19

投稿

akit
akit

スコア12

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ```
22
22
 
23
- Access to XMLHttpRequest at 'http://localhost:8080/document-check/checkText/checkTextApi' from origin 'http://localhost:4200' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
23
+ Access to XMLHttpRequest at 'http://localhost:8080/test-project/testApi' from origin 'http://localhost:4200' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
24
24
 
25
25
  ```
26
26
 
@@ -38,7 +38,7 @@
38
38
 
39
39
  @Execute( validator = false )
40
40
 
41
- public String checkTextApi() {
41
+ public String testApi() {
42
42
 
43
43
 
44
44