summaryrefslogtreecommitdiff
path: root/pkg/tasks/create_client.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tasks/create_client.go')
-rw-r--r--pkg/tasks/create_client.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/tasks/create_client.go b/pkg/tasks/create_client.go
index e2d2e5b..18bfdb6 100644
--- a/pkg/tasks/create_client.go
+++ b/pkg/tasks/create_client.go
@@ -1,8 +1,8 @@
package tasks
import (
- "mokhan.ca/xlgmokha/oauth/pkg/db"
- "mokhan.ca/xlgmokha/oauth/pkg/dto"
+ "mokhan.ca/xlgmokha/idp/pkg/db"
+ "mokhan.ca/xlgmokha/idp/pkg/dto"
)
func CreateClient(request dto.ClientRegistrationRequest) (*dto.ClientInformationResponse, error) {