mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +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
4
main.go
4
main.go
|
|
@ -7,8 +7,8 @@ import (
|
|||
"github.com/joho/godotenv"
|
||||
"github.com/lmittmann/tint"
|
||||
|
||||
"backend/internal/server"
|
||||
"backend/internal/worker"
|
||||
"api/internal/server"
|
||||
"api/internal/worker"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue