diff --git a/.env b/.env index 9226942..52d5038 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ DB_USER='root' -DB_PASSWORD='1234' +DB_PASSWORD='ndk@Mysql' DB_HOST='localhost' DB_NAME='hrms' \ No newline at end of file diff --git a/API/__pycache__/Leavings.cpython-311.pyc b/API/__pycache__/Leavings.cpython-311.pyc new file mode 100644 index 0000000..747f794 Binary files /dev/null and b/API/__pycache__/Leavings.cpython-311.pyc differ diff --git a/API/__pycache__/employee.cpython-311.pyc b/API/__pycache__/employee.cpython-311.pyc new file mode 100644 index 0000000..7d3f582 Binary files /dev/null and b/API/__pycache__/employee.cpython-311.pyc differ diff --git a/API/__pycache__/supervisor.cpython-311.pyc b/API/__pycache__/supervisor.cpython-311.pyc new file mode 100644 index 0000000..ce2bee2 Binary files /dev/null and b/API/__pycache__/supervisor.cpython-311.pyc differ diff --git a/API/__pycache__/users.cpython-311.pyc b/API/__pycache__/users.cpython-311.pyc new file mode 100644 index 0000000..f8b524d Binary files /dev/null and b/API/__pycache__/users.cpython-311.pyc differ diff --git a/classes/__pycache__/Leavings.cpython-311.pyc b/classes/__pycache__/Leavings.cpython-311.pyc new file mode 100644 index 0000000..28dcf25 Binary files /dev/null and b/classes/__pycache__/Leavings.cpython-311.pyc differ diff --git a/classes/__pycache__/User.cpython-311.pyc b/classes/__pycache__/User.cpython-311.pyc new file mode 100644 index 0000000..d1dc340 Binary files /dev/null and b/classes/__pycache__/User.cpython-311.pyc differ diff --git a/classes/__pycache__/employee.cpython-311.pyc b/classes/__pycache__/employee.cpython-311.pyc new file mode 100644 index 0000000..51b76ce Binary files /dev/null and b/classes/__pycache__/employee.cpython-311.pyc differ diff --git a/classes/__pycache__/supervisor.cpython-311.pyc b/classes/__pycache__/supervisor.cpython-311.pyc new file mode 100644 index 0000000..fcdf63c Binary files /dev/null and b/classes/__pycache__/supervisor.cpython-311.pyc differ diff --git a/core/__pycache__/security.cpython-311.pyc b/core/__pycache__/security.cpython-311.pyc new file mode 100644 index 0000000..7463219 Binary files /dev/null and b/core/__pycache__/security.cpython-311.pyc differ