Fix: refactor upload API url
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
import * as base from './_crud-base'
|
||||
|
||||
// Constants
|
||||
import { encounterClassCodes, uploadCode, type UploadCodeKey } from '~/lib/constants'
|
||||
import { uploadCode, type UploadCodeKey } from '~/lib/constants'
|
||||
|
||||
const path = '/api/v1/encounter-document'
|
||||
const create_path = '/api/v1/upload'
|
||||
const create_path = '/api/v1/upload-file'
|
||||
const name = 'encounter-document'
|
||||
|
||||
export function create(data: any) {
|
||||
|
||||
Reference in New Issue
Block a user