Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZekeWK committed Mar 14, 2024
1 parent 975a782 commit 02f18c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const auth = require('./authentication')


var db = redis.createClient({
url: 'redis://konst-count-redis:6379'
url: 'redis://kons-count-redis:6379'
}
);

Expand Down

0 comments on commit 02f18c7

Please sign in to comment.