fix(api): explicitly disable caching on api responses
This commit is contained in:
@@ -69,7 +69,6 @@ func GetExternalAPIUsers(w http.ResponseWriter, r *http.Request) {
|
||||
controllers.InternalErrorHandler(w, err)
|
||||
return
|
||||
}
|
||||
|
||||
controllers.WriteResponse(w, tokens)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user