|
@@ -157,7 +157,7 @@ function inputOnlyAllowNumber(value: string) {
|
|
|
|
|
|
|
|
function generateRandomForm() {
|
|
function generateRandomForm() {
|
|
|
isRequestLoading.value = true
|
|
isRequestLoading.value = true
|
|
|
- fetch('https://lithe-admin-serverless.vercel.app/api/faker')
|
|
|
|
|
|
|
+ fetch('https://lithe-admin-serverless.havenovelgod.com/api/faker')
|
|
|
.then((res) => res.json())
|
|
.then((res) => res.json())
|
|
|
.then((res) => {
|
|
.then((res) => {
|
|
|
setForm(res.data)
|
|
setForm(res.data)
|