Create vue models without args
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
|
||||
function create(origin, accessToken) {
|
||||
function create() {
|
||||
const accessToken = localStorage.token;
|
||||
const origin = import.meta.env.VITE_API_ORIGIN || window.location.origin;
|
||||
|
||||
return {
|
||||
name: 'UsersModel',
|
||||
async list() {
|
||||
|
||||
Reference in New Issue
Block a user