# frozen_string_literal: true module NeetoCommonsBackend module Api class BaseController < ApplicationController include NeetoCommonsBackend::Authenticatable end end end