refactor: rename website-backend to api

This commit is contained in:
trafficlunar 2025-03-20 22:37:07 +00:00
parent 9875e7c18f
commit bf9edf0c6d
12 changed files with 19 additions and 19 deletions

View file

@ -7,7 +7,7 @@ import (
"os"
"path/filepath"
"backend/internal/model"
"api/internal/model"
)
const path = "./data/hit.json"