feature: Adds autostart support.
This commit is contained in:
parent
8ba0424512
commit
5c45533371
6 changed files with 46 additions and 8 deletions
|
@ -105,7 +105,7 @@ func LookupBackend(c *gin.Context) {
|
|||
}
|
||||
|
||||
if req.Backend != nil {
|
||||
queryString = append(queryString, "isbot = ?")
|
||||
queryString = append(queryString, "is_bot = ?")
|
||||
queryParameters = append(queryParameters, req.Backend)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue