mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 20:23:29 +08:00
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