Skip to content

Commit

Permalink
Поправил верстку
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikMix committed Mar 4, 2024
1 parent 158d90f commit ad906f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/modules/ajax.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {AppEventMaker} from "./eventMaker.js";
import {UserStoreEvents} from "../stores/user/events.js";

const isDebug = true;
const isDebug = false;

const baseUrl = `http://${isDebug ? "127.0.0.1" : "you-note.ru"}:8080/api`;

Expand Down

0 comments on commit ad906f5

Please sign in to comment.