Add copyright notice
This commit is contained in:
parent
b237239a1f
commit
be9ca9e6b0
@ -1,3 +1,5 @@
|
||||
# Copyright (C) 2024 Manuel Bustillo
|
||||
|
||||
class CaptchaController < ApplicationController
|
||||
skip_before_action :authenticate_user!
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (C) 2024 Manuel Bustillo
|
||||
|
||||
class LibreCaptcha
|
||||
def get_id
|
||||
HTTParty.post("http://libre-captcha:8888/v2/captcha",
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (C) 2024 Manuel Bustillo
|
||||
|
||||
require 'swagger_helper'
|
||||
|
||||
RSpec.describe 'captcha', type: :request do
|
||||
|
Loading…
x
Reference in New Issue
Block a user