diff --git a/.env.development b/.env.development index 3c6a459..0b0e5bc 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -VITE_EO_SERVICES_URL=http://localhost:9000 +VITE_EO_SERVICES_URL=http://localhost:3000 diff --git a/src/ReferenceID.vue b/src/ReferenceID.vue index 5f6c561..6a23ce9 100644 --- a/src/ReferenceID.vue +++ b/src/ReferenceID.vue @@ -1,31 +1,42 @@ - + diff --git a/src/components/Error.vue b/src/components/Error.vue new file mode 100644 index 0000000..71a61a0 --- /dev/null +++ b/src/components/Error.vue @@ -0,0 +1,12 @@ + + + + \ No newline at end of file