Browse Source

8000

pull/25/head
Alexey Velikiy 3 years ago
parent
commit
7c7023537d
  1. 2
      client/src/services/auth.service.ts

2
client/src/services/auth.service.ts

@ -2,7 +2,7 @@ import { User } from "@/types/user";
import axios from 'axios';
const API_URL = 'http://localhost:8080/api/auth/';
const API_URL = 'http://localhost:8000/api/auth/';
class AuthService {
login(user: User) {

Loading…
Cancel
Save