Add api/v1 base controller

This commit is contained in:
2025-10-08 00:46:18 -07:00
parent 832164ead2
commit adcaf46d33
2 changed files with 19 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
module Api::V1::Parks
class BaseController < ApplicationController
module Api::V1
class Parks::BaseController < BaseController
before_action :set_park
private