Skip to content

Commit b5a7ab5

Browse files
committed
fix github paths
1 parent 0448dac commit b5a7ab5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

controllers/services.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ import (
44
"net/http"
55
"strconv"
66

7+
"github.com/cuappdev/chimes-backend/middleware"
8+
"github.com/cuappdev/chimes-backend/models"
9+
"github.com/cuappdev/chimes-backend/services"
710
"github.com/gin-gonic/gin"
8-
"github.com/cuappdev/hustle-backend/middleware"
9-
"github.com/cuappdev/hustle-backend/services"
1011
)
1112

1213
type ServiceController struct {

services/listingservice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package services
22

33
import (
4-
"github.com/cuappdev/hustle-backend/models"
4+
"github.com/cuappdev/chimes-backend/models"
55
)
66

77
type ListingService struct {

0 commit comments

Comments
 (0)