diff --git a/public/images/favicon.webp b/public/images/favicon.webp new file mode 100644 index 0000000..1a08720 Binary files /dev/null and b/public/images/favicon.webp differ diff --git a/resources/images/favicon.webp b/resources/images/favicon.webp new file mode 100644 index 0000000..1a08720 Binary files /dev/null and b/resources/images/favicon.webp differ diff --git a/resources/images/logo-peptied-web.webp b/resources/images/logo-peptied-web.webp new file mode 100644 index 0000000..2fadb67 Binary files /dev/null and b/resources/images/logo-peptied-web.webp differ diff --git a/resources/js/constants.js b/resources/js/constants.js index ac1a5d4..38a0b28 100644 --- a/resources/js/constants.js +++ b/resources/js/constants.js @@ -1,5 +1,5 @@ export const GET_BASE_PATH = "" -let MAIN_DOMAIN = "http://127.0.0.1:8005"; +let MAIN_DOMAIN = "http://127.0.0.1:8000"; export const ADMIN_LOGIN_API = MAIN_DOMAIN + "/api/admin/login" export const PATIENT_LIST_API = MAIN_DOMAIN + "/api/admin/patient-list" diff --git a/resources/views/application.blade.php b/resources/views/application.blade.php index 340c664..ff90bb4 100644 --- a/resources/views/application.blade.php +++ b/resources/views/application.blade.php @@ -3,7 +3,7 @@
- +