feature: Adds autostart support.

This commit is contained in:
Tera << 8 2024-12-23 22:03:59 -05:00
parent 8ba0424512
commit 5c45533371
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
6 changed files with 46 additions and 8 deletions

View file

@ -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)
}