fix(api): explicitly disable caching on api responses

This commit is contained in:
Gabe Kangas
2023-06-05 08:51:49 -07:00
parent 3ed5a0b7f3
commit af82d05421
2 changed files with 4 additions and 2 deletions

View File

@ -69,7 +69,6 @@ func GetExternalAPIUsers(w http.ResponseWriter, r *http.Request) {
controllers.InternalErrorHandler(w, err)
return
}
controllers.WriteResponse(w, tokens)
}