mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: basic api server
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { createClient } from '../src/client'
|
||||
|
||||
export const getTestClient = () => {
|
||||
return createClient()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user