fixed module path; added translate endpoint to chat API
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
package ent
|
||||
|
||||
import (
|
||||
"csgowtfd/ent/matchplayer"
|
||||
"csgowtfd/ent/weapon"
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/matchplayer"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/weapon"
|
||||
)
|
||||
|
||||
// Weapon is the model entity for the Weapon schema.
|
||||
|
Reference in New Issue
Block a user