Skip to content

Commit

Permalink
Merge pull request #8 from jianlvliu/fix_testlink
Browse files Browse the repository at this point in the history
fix: test link lack "t"
  • Loading branch information
TommyLemon authored Jun 23, 2022
2 parents 4832975 + f719908 commit 5705bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/apijson/framework/APIJSONApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static <T extends Object> void init(boolean shutdownWhenServerError, @Not

System.out.println("官方网站: http://apijson.cn");
System.out.println("设计规范: https://github.com/Tencent/APIJSON/blob/master/Document.md#3");
System.out.println("测试链接: http://apijson.cn/api?type=JSON&url=http://localhos:8080/get");
System.out.println("测试链接: http://apijson.cn/api?type=JSON&url=http://localhost:8080/get");
System.out.println("\n\n<<<<<<<<<<<<<<<<<<<<<<<<< APIJSON 启动完成,试试调用零代码万能通用 API 吧 ^_^ >>>>>>>>>>>>>>>>>>>>>>>>\n");
}

Expand Down

0 comments on commit 5705bbb

Please sign in to comment.