diff --git a/.env b/.env index 69b3d46..67bc808 100644 --- a/.env +++ b/.env @@ -4,5 +4,5 @@ # Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. # See the documentation for all the connection string options: https://pris.ly/d/connection-strings -API_TODO_URI = ['http://localhost:3000'] +API_TODO_URI = ['http://localhost:3000/todo'] diff --git a/package.json b/package.json index 15be344..c3f01c4 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,5 @@ "last 2 versions", "not dead", "not ie 11" - ], - "proxy": "http://localhost:3000" + ] } diff --git a/src/components/layout/HeaderLayout.vue b/src/components/layout/HeaderLayout.vue index 1b4089e..36e4b06 100644 --- a/src/components/layout/HeaderLayout.vue +++ b/src/components/layout/HeaderLayout.vue @@ -100,7 +100,7 @@ diff --git a/src/views/3_api/todo/listView.vue b/src/views/3_api/todo/listView.vue index 6be94b0..0b617e5 100644 --- a/src/views/3_api/todo/listView.vue +++ b/src/views/3_api/todo/listView.vue @@ -1,7 +1,35 @@