Browse Source

新增登录接口

liu 3 years ago
parent
commit
9500681dad

+ 1 - 1
src/main/java/com/chuanghai/student_portrait/config/SwaggerConfig.java

@@ -28,7 +28,7 @@ public class SwaggerConfig {
     private ApiInfo apiInfo() {
 //        Contact contact = new Contact(
 //                "Liu" ,// 作者姓名
-//                "https://http://localhost:8086/swagger-ui.html#/", // 作者网址
+//                "http://localhost:8086/swagger-ui.html#/", // 作者网址
 //                "15779633758@163.com"); // 作者邮箱
         return new ApiInfoBuilder()
                 .title("学生肖像-接口文档") // 标题