|
@@ -24,5 +24,5 @@ export const getCompanyUsers = () => {
|
|
|
* @returns
|
|
|
*/
|
|
|
export const login = (data: any) => {
|
|
|
- return https().request(`server/login`, Method.POST, data, ContentType.json)
|
|
|
+ return https().request(`/server/login`, Method.POST, data, ContentType.json)
|
|
|
}
|