We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0448dac commit b5a7ab5Copy full SHA for b5a7ab5
2 files changed
controllers/services.go
@@ -4,9 +4,10 @@ import (
4
"net/http"
5
"strconv"
6
7
+ "github.com/cuappdev/chimes-backend/middleware"
8
+ "github.com/cuappdev/chimes-backend/models"
9
+ "github.com/cuappdev/chimes-backend/services"
10
"github.com/gin-gonic/gin"
- "github.com/cuappdev/hustle-backend/middleware"
- "github.com/cuappdev/hustle-backend/services"
11
)
12
13
type ServiceController struct {
services/listingservice.go
@@ -1,7 +1,7 @@
1
package services
2
3
import (
- "github.com/cuappdev/hustle-backend/models"
type ListingService struct {
0 commit comments