Profil part.2/?
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 2m4s
Build and test backend / Test-backend (pull_request) Successful in 2m4s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 25s

This commit is contained in:
2024-03-16 17:01:26 +01:00
parent 36ce5a553b
commit 36fc33c3e9
3 changed files with 106 additions and 53 deletions

View File

@ -1,4 +1,4 @@
import { restGet, restPost } from './restConsumer.js'
import { restGet, restPost, restPatch} from './restConsumer.js'
import { getCookie, setCookie } from '@/utils.js'
export async function login(user, pass, exp){