mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
refactor: project directory structure
This commit is contained in:
parent
c1193a5b8c
commit
e5a5889931
367 changed files with 710 additions and 756 deletions
9
app/src/api/openai.ts
Normal file
9
app/src/api/openai.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import http from '@/lib/http'
|
||||
|
||||
const openai = {
|
||||
store_record(data: any) {
|
||||
return http.post('/chat_gpt_record', data)
|
||||
}
|
||||
}
|
||||
|
||||
export default openai
|
Loading…
Add table
Add a link
Reference in a new issue