From 80305d5afa13020beaeb071dc35fabb42e1f4222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=99=E5=AD=A6=E6=9D=B0?= Date: Fri, 25 Jan 2019 17:30:14 +0800 Subject: [PATCH] Update Auth.php --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index dbe6799..aad1a9e 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -32,7 +32,7 @@ class Auth switch (env('APP_ENV')) { case 'local': case 'develop': - $this->host = 'http://auth.lo.haowumc.com'; + $this->host = 'http://auth.dev.haowumc.com'; break; case 'production': $this->host = 'https://auth.int.haowumc.com';