File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,14 +234,14 @@ func (api *API) Routes() http.Handler {
234
234
return r
235
235
}
236
236
237
- func (api * API ) handleDisabled (w http.ResponseWriter , r * http.Request ) {
237
+ func (* API ) handleDisabled (w http.ResponseWriter , r * http.Request ) {
238
238
httpapi .Write (r .Context (), w , http .StatusNotImplemented , codersdk.Response {
239
239
Message : "Devcontainers are not enabled in this agent." ,
240
240
Detail : "Devcontainers are not enabled in this agent." ,
241
241
})
242
242
}
243
243
244
- func (api * API ) handleDisabledEmptyList (w http.ResponseWriter , r * http.Request ) {
244
+ func (* API ) handleDisabledEmptyList (w http.ResponseWriter , r * http.Request ) {
245
245
httpapi .Write (r .Context (), w , http .StatusOK , codersdk.WorkspaceAgentListContainersResponse {
246
246
Containers : []codersdk.WorkspaceAgentContainer {},
247
247
})
You can’t perform that action at this time.
0 commit comments