klaay-chatbot/config/routes.rb

6 lines
116 B
Ruby

# frozen_string_literal: true
Rails.application.routes.draw do
post :authenticate, to: 'authenticate#create'
end