Skip to content

Commit e0a1b38

Browse files
committed
fixed imports for master
1 parent 602f9f3 commit e0a1b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
import "ctl-auth/connection"
3+
import "github.com/CodeForPortland/ctl-authentication-service/connection"
44

55
func main() {
66
connection.RegisterService()

0 commit comments

Comments
 (0)