Enhance UI and functionality: Update main page layout, add contribution options in join form, and improve member dashboard display. Refactor API endpoints for member creation and login.
This commit is contained in:
parent
3ad127ed78
commit
6e7e27ac4e
8 changed files with 885 additions and 44 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// server/api/auth/login.post.js
|
||||
import jwt from 'jsonwebtoken'
|
||||
import Member from '~/server/models/member'
|
||||
import Member from '../../models/member'
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const { email } = await readBody(event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue