jobs: rename /delayed_jobs to /jobs.

Rename the /delayed_jobs endpoint to just /jobs since it's no longer
based on DelayedJob.
This commit is contained in:
evazion
2022-01-02 21:19:27 -06:00
parent f7784d2340
commit 21a9bb2c63
9 changed files with 17 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
class DelayedJobsController < ApplicationController
class JobsController < ApplicationController
respond_to :html, :xml, :json, :js
def index