Remove v0 version namespacing for API
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Api::V0::PlaylistsController < Api::ApplicationController
|
||||
class Api::PlaylistsController < Api::ApplicationController
|
||||
respond_to :json
|
||||
|
||||
def index
|
@@ -1,4 +1,4 @@
|
||||
class Api::V0::SessionsController < Api::ApplicationController
|
||||
class Api::SessionsController < Api::ApplicationController
|
||||
skip_before_filter :authenticate!, :only => [:create]
|
||||
|
||||
def create
|
Reference in New Issue
Block a user