add settings api page

This commit is contained in:
Alex Turchyn
2023-08-05 12:44:09 +03:00
parent 896b149b25
commit 8929adbe83
5 changed files with 82 additions and 1 deletions
@@ -0,0 +1,5 @@
# frozen_string_literal: true
class ApiSettingsController < ApplicationController
def index; end
end