rename AdressSetup

pull/84/head
Thomas Chazot 7 months ago
parent 157afc8a65
commit 353a84e36d

@ -1,5 +1,5 @@
import { io } from "socket.io-client";
import { ADRESSE_WEBSERVER } from "./AdressConfig";
import { ADRESSE_WEBSERVER } from "./AdressSetup";
const socket = io(ADRESSE_WEBSERVER);

@ -1,7 +0,0 @@
const ADRESSE_WEBSERVER = "http://localhost:3002"
const ADRESSE_DBSERVER = "http://localhost:3003"
const ADRESSE_WEBSITE = ""
export {ADRESSE_DBSERVER, ADRESSE_WEBSERVER, ADRESSE_WEBSITE}

@ -1,5 +1,5 @@
import VerificationService from './VerificationService';
import {ADRESSE_DBSERVER} from "../AdressConfig"
import {ADRESSE_DBSERVER} from "../AdressSetup"
import User from '../model/User';

@ -1,4 +1,4 @@
import {ADRESSE_DBSERVER} from "../AdressConfig"
import {ADRESSE_DBSERVER} from "../AdressSetup"
class SessionService {
static async getSession() {

Loading…
Cancel
Save