chore: #174 make into template
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 47s
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 47s
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package handler
|
||||
|
||||
import (
|
||||
"me-fit/handler/middleware"
|
||||
"me-fit/service"
|
||||
"me-fit/template/workout"
|
||||
"me-fit/utils"
|
||||
"web-app-template/handler/middleware"
|
||||
"web-app-template/service"
|
||||
"web-app-template/template/workout"
|
||||
"web-app-template/utils"
|
||||
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
||||
Reference in New Issue
Block a user