Skip to content

Commit

Permalink
<fix)>(blog): Correct referencing errors
Browse files Browse the repository at this point in the history
This commit corrects the referencing errors

#1
  • Loading branch information
lc-1010 committed Jun 25, 2023
1 parent d5800b4 commit 0af3220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion internal/routers/api/v1/article.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
package v1

import (
"blog-server/global"
"fmt"
"net/http"

"github.com/lc-1010/OneBlogService/global"

"github.com/lc-1010/OneBlogService/internal/model"

"github.com/gin-gonic/gin"
Expand Down
3 changes: 2 additions & 1 deletion internal/routers/ping/ping.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package ping

import (
"blog-server/global"
"net/http"

"github.com/lc-1010/OneBlogService/global"

"github.com/gin-gonic/gin"
)

Expand Down

0 comments on commit 0af3220

Please sign in to comment.