0
0
Fork 0

Adds site metadata access to the API

This commit is contained in:
Kibigo 2017-02-27 04:06:25 -08:00
parent af5cb0f853
commit 620f70e42c
4 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# frozen_string_literal: true
class Api::V1::SiteController < ApiController
respond_to :json
def index
end
end