rename API => HTTPHandler

This commit is contained in:
ajatprabha
2021-10-04 00:00:40 +05:30
committed by Ken Hibino
parent bb2f7788f6
commit 4b54ec1548
6 changed files with 15 additions and 15 deletions

2
go.mod
View File

@@ -5,6 +5,6 @@ go 1.16
require (
github.com/go-redis/redis/v8 v8.11.3
github.com/gorilla/mux v1.8.0
github.com/hibiken/asynq v0.18.6-0.20210902125602-b3ef9e91a9ce
github.com/hibiken/asynq v0.18.6
github.com/rs/cors v1.7.0
)