Switched From httprouter to chi

I believe all functionality works properly
This commit is contained in:
Annika Merris 2024-02-07 19:15:25 -05:00
parent c1231d487a
commit d4b2d5fefb
9 changed files with 77 additions and 78 deletions

View file

@ -9,7 +9,7 @@ services:
- ISL_API_DB_CONNECTION_STRING=postgres://isl:development@db:5432/isl
- ISL_API_HTTP_PORT=3000
ports:
- 3080:3000
- 3000:3000
db:
image: postgres
restart: always
@ -26,4 +26,4 @@ services:
image: adminer
restart: always
ports:
- 8080:8080
- 8081:8080