From 7b64d5337254349b32ce91f30bb36eab6ba8231f Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 31 七月 2023 19:30:44 +0800 Subject: [PATCH] Fixed: 調整錯誤的 insert API URL --- PAMapp/shared/services/auth.service.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/shared/services/auth.service.ts b/PAMapp/shared/services/auth.service.ts index 469bace..e467576 100644 --- a/PAMapp/shared/services/auth.service.ts +++ b/PAMapp/shared/services/auth.service.ts @@ -1,4 +1,4 @@ -import { Role } from "../models/enum/role"; +import { Role } from "../models/enum/Role"; class AuthService { -- Gitblit v1.8.0