Skip to content

Commit

Permalink
Added path to database example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk committed May 22, 2024
1 parent cb6209c commit b21b246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/examples/exampleProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export const exampleProjects: CorgiExample[] = [
{
title: '2 postgres databases with echo logs',
link: 'https://github.com/Andriiklymiuk/corgi_examples/blob/main/echoExample.corgi-compose.yml',
publicLink: 'https://github.com/Andriiklymiuk/corgi_examples/blob/main/echoExample.corgi-compose.yml'
publicLink: 'https://github.com/Andriiklymiuk/corgi_examples/blob/main/echoExample.corgi-compose.yml',
path: 'echo_example_with_postgres_databases'
},
{
title: "Postgres with data + go + react native",
Expand Down

0 comments on commit b21b246

Please sign in to comment.