test #101

Merged
klaus merged 7 commits from test into main 2026-05-07 06:49:41 +00:00
Showing only changes of commit 9435334734 - Show all commits

View File

@@ -1,7 +1,7 @@
import Vue from 'vue';
async function login(email, password) {
return Vue.axios.post('/member/login', {
return Vue.axios.post('/admin/member/login', {
email,
password,
isAdmin: true,