Skip to content

Commit

Permalink
content: add highlightLines
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Oct 12, 2024
1 parent 8805b4e commit b57a6e9
Show file tree
Hide file tree
Showing 132 changed files with 1,409 additions and 6,276 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/invest-app-auth/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

// "remoteUser": "node",

"containerEnv": {
"DATABASE_URL": "file:./dev.db"
},
// "containerEnv": {
// "DATABASE_URL": "file:./dev.db"
// },

"customizations": {
"codespaces": {
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/invest-app-email/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

// "remoteUser": "node",

"containerEnv": {
"DATABASE_URL": "file:./dev.db"
},
// "containerEnv": {
// "DATABASE_URL": "file:./dev.db"
// },

"customizations": {
"codespaces": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

// "remoteUser": "node",

"containerEnv": {
"DATABASE_URL": "file:./dev.db"
},
// "containerEnv": {
// "DATABASE_URL": "file:./dev.db"
// },

"customizations": {
"codespaces": {
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/invest-app-upload/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

// "remoteUser": "node",

"containerEnv": {
"DATABASE_URL": "file:./dev.db"
},
// "containerEnv": {
// "DATABASE_URL": "file:./dev.db"
// },

"customizations": {
"codespaces": {
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/invest-app-validation/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

// "remoteUser": "node",

"containerEnv": {
"DATABASE_URL": "file:./dev.db"
},
// "containerEnv": {
// "DATABASE_URL": "file:./dev.db"
// },

"customizations": {
"codespaces": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@host = http://localhost:3000
@host = http://localhost:3000/api
@createdInvestmentId = {{createdInvestment.response.body.$.id}}

### Create Investment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ server.use(

server.use(express.json());

server.use(router);
server.use('/api', router);

server.listen(3000, () => {
console.log('Server is running on port 3000');
Expand Down
Loading

0 comments on commit b57a6e9

Please sign in to comment.