Skip to content

Commit

Permalink
update login apiSite
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Aug 30, 2024
1 parent 88f558a commit fec6f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/login/loginarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import axios from "axios";
const env = import.meta.env;
import Token from "../../../functions/token.ts";
const apiSite = `https://${env.VITE_BACKEND_DEVICE}/`;
const apiSite = `${env.VITE_BACKEND_DEVICE}/`;
export default {
name: "login",
Expand Down

0 comments on commit fec6f3e

Please sign in to comment.