From 739a784e0bb13fc37bae846492feaccf02b1af5c Mon Sep 17 00:00:00 2001 From: younger_times <841720330@qq.com> Date: 星期六, 06 五月 2023 10:09:22 +0800 Subject: [PATCH] 新增 --- OKProject/API/API.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/OKProject/API/API.swift b/OKProject/API/API.swift index 98b9493..f5643ba 100644 --- a/OKProject/API/API.swift +++ b/OKProject/API/API.swift @@ -690,7 +690,7 @@ #if DEBUG return URL(string: "http://39.108.171.31:5000/user")! //测试服务器) #else - return URL(string: "https://39.108.171.31:5000/user")! + return URL(string: "http://39.108.171.31:5000/user")! #endif } -- Gitblit v1.7.1