From eee6ceae4c018bec8f9c9131b1d51a2479ddd288 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:39:10 +0200 Subject: Made the backend to point to the frontend after google authentication. Changes to be committed: modified: backend/index.js new file: backend/prisma/migrations/20231210070441_mig1/migration.sql new file: backend/prisma/migrations/migration_lock.toml --- backend/prisma/migrations/migration_lock.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 backend/prisma/migrations/migration_lock.toml (limited to 'backend/prisma/migrations/migration_lock.toml') diff --git a/backend/prisma/migrations/migration_lock.toml b/backend/prisma/migrations/migration_lock.toml new file mode 100644 index 0000000..e5a788a --- /dev/null +++ b/backend/prisma/migrations/migration_lock.toml @@ -0,0 +1,3 @@ +# Please do not edit this file manually +# It should be added in your version-control system (i.e. Git) +provider = "mysql" \ No newline at end of file -- cgit v1.2.3