This commit is contained in:
5
app/pages/new.vue
Normal file
5
app/pages/new.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
new!
|
||||
</div>
|
||||
</template>
|
||||
5
server/testapi.ts
Normal file
5
server/testapi.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import {eventHandler} from 'h3'
|
||||
|
||||
export default eventHandler(() => {
|
||||
return 'server ok'
|
||||
})
|
||||
Reference in New Issue
Block a user