Skip to content

Commit

Permalink
Merge pull request #394 from factly/fix/admin-app
Browse files Browse the repository at this point in the history
refactor admin application routes
  • Loading branch information
shreeharsha-factly authored Jul 7, 2023
2 parents 1a6b390 + 14d2918 commit 2bf9b49
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 111 deletions.
File renamed without changes.
110 changes: 0 additions & 110 deletions server/action/admin/organisation/application/addUser.go

This file was deleted.

2 changes: 1 addition & 1 deletion server/action/admin/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"net/http"

"github.com/factly/kavach-server/action/admin/appication"
"github.com/factly/kavach-server/action/admin/application"
"github.com/factly/kavach-server/action/admin/organisation"
"github.com/factly/kavach-server/action/admin/user"
"github.com/factly/x/loggerx"
Expand Down

0 comments on commit 2bf9b49

Please sign in to comment.