diff options
Diffstat (limited to 'api/http/git_file_upload_handler.go')
-rw-r--r-- | api/http/git_file_upload_handler.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/http/git_file_upload_handler.go b/api/http/git_file_upload_handler.go index 2f02baf1..9aa95def 100644 --- a/api/http/git_file_upload_handler.go +++ b/api/http/git_file_upload_handler.go @@ -8,8 +8,8 @@ import ( "github.com/gorilla/mux" - "github.com/MichaelMure/git-bug/api/auth" - "github.com/MichaelMure/git-bug/cache" + "github.com/git-bug/git-bug/api/auth" + "github.com/git-bug/git-bug/cache" ) // implement a http.Handler that will accept and store content into git blob. |