mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
refactor: rename website-backend to api
This commit is contained in:
parent
9875e7c18f
commit
bf9edf0c6d
12 changed files with 19 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package service
|
||||
|
||||
import (
|
||||
"backend/internal/model"
|
||||
"api/internal/model"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"backend/internal/model"
|
||||
"api/internal/model"
|
||||
)
|
||||
|
||||
const path = "./data/hit.json"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package service
|
||||
|
||||
import (
|
||||
"backend/internal/model"
|
||||
"api/internal/model"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue